...hopefully some useful VMware related stuff

Testing POP3 using Telnet

19/11/2009 11:32

Use the following procedure to test the POP3 functionality of an email server:

Open a command window

telnet 110

telnet exchange01 110

 

USER Admin

PASS password

LIST - will list all emails on the server with an id number

RETR 5810 - will display email with id 5810

DELE - 5810 - will delete the email from the server with id 5810

QUIT - will quit the session

 

Search site