imap/pop3 Now I have been trying to access any email via pop3 or imap...If I can extract it via imap/pop3, I can start over with a fresh install...there is too much email to abandon and start over.....
Thunderbird keeps timing out...I have tried multiple users and both imap and pop3 services.....
Nmap reports that both ports are open:
PORT STATE SERVICE VERSION
25/tcp open smtp Postfix smtpd
80/tcp open http?
110/tcp open pop3?
143/tcp open imap?
389/tcp open ldap OpenLDAP 2.2.X
443/tcp open ssl/unknown
465/tcp open ssl/smtp Postfix smtpd
These commands were run from another host:
$ telnet mail2.leetackle.com 110
Trying 174.141.0.158...
Connected to mail2.leetackle.com.
Escape character is '^]'.
$ telnet mail2.leetackle.com 143
Trying 174.141.0.158...
Connected to mail2.leetackle.com.
Escape character is '^]'.
Thats all that telnet can give me...I am waiting for an:
OK IMAP4 ready
but I don't get any other responses....
Is there any way to rescue this system? Or should I start working on my resume? |