Blame tests/p_postfix/postfix_smtp.sh
|
Karanbir Singh |
0b5bb2 |
#!/bin/sh
|
|
Karanbir Singh |
0b5bb2 |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Karanbir Singh |
0b5bb2 |
|
|
Karanbir Singh |
2dd0be |
t_Log "Running $0 - Postfix SMTP test."
|
|
Karanbir Singh |
2dd0be |
|
|
Steve Barnes |
464547 |
echo "helo test" | nc localhost 25 | grep '250'
|
|
Karanbir Singh |
2dd0be |
|
|
Steve Barnes |
464547 |
t_CheckExitStatus $?
|