Postby ltward » Fri Mar 07, 2008 3:20 pm
If both Outlook Express and Thunderbird are very slow when connecting to POP3 then the problem is not the Outlook Express client.
Try this on your mail server:
omshowu -n "my name"
<see what the authid is>
telnet localhost 110
user <authid>
pass <password>
retr 1
quit
If it takes a very long time to get the message, the problem is on your server. If it is very fast, the problem is between your clients and your server, maybe in a router or firewall or network with very heavy traffic.