
adip at gmx
Mar 21, 2010, 4:28 PM
Post #5 of 5
(5189 views)
Permalink
|
|
Re: Cannot connect to POP server ( connect error 10060 )
[In reply to]
|
|
On Sun, 21 Mar 2010 18:14:36 +0000 Ethan Akins wrote: > I decided to slowly increase the softlimit on the qmail-pop3d/run > file and now I am able to connect with 'telnet localhost 110' after > reaching 7000000, however I'm still unable to connect using OUTLOOK > EXPRESS. Hi Ethan, there's maybe some more information you need to post about this problem: - did your server-client combination ever work or is it a new installation? - what happens if you do 'telnet your.smtp.server 110' from your Windows box? - Outlook: are you using SSL for pop3? If yes, try to uncheck it and verify if unencrypted pop3 works. Bear in mind that pop3s uses a different port to connect to, usually 995 - are you running any antivirus on your client computer? If yes, disable it and try again If none of the above will render a solution for your problem, try running the following on your smtp server: tcpdump -nn -i any -s0 -aX -XXX -vvv port 110 or port 995 and find a way to post the output. Be careful and obfuscate your account password used for authentication, or use a test account which you'll have to delete afterwards. Cheers -- Adi Pircalabu
|