Home arrow Testing 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 \n This email address is being protected from spam bots, you need Javascript enabled to view it 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:< \n This email address is being protected from spam bots, you need Javascript enabled to view it This email address is being protected from spam bots, you need Javascript enabled to view it >
RCPT To:< \n This email address is being protected from spam bots, you need Javascript enabled to view it This email address is being protected from spam bots, you need Javascript enabled to view it >
DATA
Hello George
.
QUIT

 
< Prev   Next >

Other BSD Systems

OpenBSD

Polls

Best BSD firewall?