Home arrow Testing SMTP
Testing SMTP PDF  
Digg Reddit Ma.gnolia Stumble Upon Facebook Twitter Google Yahoo! MyWeb Furl" BlinkList Technorati Mixx Bookmark
If you've installed a SMTP server you can test it using telnet command.

telnet 10.0.0.1 25

After that you will identify your station:

HELO 10.0.0.2

To verify an address:

VRFY This email address is being protected from spam bots, you need Javascript enabled to view it

Send a message using telnet on port 25

MAIL From:< This email address is being protected from spam bots, you need Javascript enabled to view it >
RCPT To:< This email address is being protected from spam bots, you need Javascript enabled to view it >
DATA
Hello George
.
QUIT


 

Other BSD Systems

OpenBSD

Polls

Best BSD firewall?