Bill Gammon said:
ran tracert again got there in 22 ms. looks like 17 hops. didn't time out.
Try upping the server timeout in the e-mail account's advanced settings.
Sometimes this help but usually it does nothing. This delay is only how
long the e-mail client will wait for the server to respond to a command that
the client sent to the server (and seems to be merely how long the client
waits after sending USER and PASS commands to get an authenticated session).
Notice it is in seconds and minutes. This is a LONG delay setting. Usually
when the e-mail client bitches about timeouts, it is in milliseconds, not
seconds.
Enable transport logging in Outlook. Exit Outlook. Delete any old logfile
that might still be around. For OL2002, its under %temp%opmlog.log. I
think OL2003 puts it in %temp%. If you have an HTTP account defined, there
may be an OPMlog folder, too.
If there is a lot of delay to the mail server, the e-mail client will
timeout. That is why one of the first suggestions is to disable e-mail
scanning by the anti-virus programs. The AV program delays delivery while
it interrogates the data stream. Another source of delay is lost packets.
Run the following:
ping -n 100 <hostname>
Use your mail server as <hostname> if it responds to pings. Otherwise, use
another host that responds to pings, like
www.yahoo.com. The default of 4
pings is not a sufficiently sized sample to know how much loss you have and
why I show the program doing 100 pings. Then check how much loss you have.
These are packets that got lost and have to be retried. For every packet
that is lost and has to be resent, the retry time adds to the delay.
I start noticing effects in e-mail clients with as little as 4% packet loss,
data transfer gets significantly slower around 8%, and at 14% the e-mail
client might not even work and instead bitches about timeouts. A browser is
far more lenient than an e-mail client regarding delays: a brower will wait
5 minutes just to get 1 object, like a GIF image, out of many of them used
within a page whereas an e-mail client expects immediate response to the
commands it sends to the SMTP server.