View Single Post
  #4 (permalink)  
Old 06-08-2006, 09:28 AM
timK timK is offline
Junior Member
 
Posts: 6
Thumbs up

Quote:
Originally Posted by wannabetenor
Thanks for all of the information. Took me a while to digest it.

Can you
>telnet localhost 25?

how about
>telnet localhost 110

Thanks
john
To answer your question, Yes, I can telnet to both ports on localhost. This is what I get...
On port 110 :
Code:
mail:~ # telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK mail.mymailserver.com Zimbra POP3 server ready
On port 25 :
Code:
mail:~ # telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.mymailserver.com ESMTP Postfix
--Tim
Reply With Quote