| |||||||||||||||||||||||||||||||
|
> Hello All, > > I need some help with message that seem to get stuck in the outgoing > queue in some cases for days. > > > > This is what I find in the log files: > > May 5 10:44:48 houston postfix/smtp[5448]: 3F18D2A08A6: > to=<sixo>, relay=none, delay=177852, > delays=177852/0.03/0.09/0, dsn=4.4.1, status=deferred (connect to > myserver.server.net[28.144.16.5]:25: Connection refused) > > May 5 10:44:48 houston postfix/smtp[5449]: 518A52A080A: > to=<sixo>, relay=none, delay=82012, > delays=82012/0.03/0.08/0, dsn=4.4.1, status=deferred (connect to > myserver.server.net[28.144.165.5]:25: Connection refused) > "Connection refused" is not a timing error. You are contacting a remote system at IP 28.144.{165 or 16}.5, and it is refusing connections from you. Common causes of this may include: - remote system mail service is stopped. - remote mail system isn't listening on port 25 - remote system has blocked you with a firewall. Is postfix contacting the right IP address? If not, maybe you have a problem with your MX lookups or your transport table. You may be able to diagnose this somewhat by trying to telnet to port 25 on the remote system from some different source IP's, but likely the fix will need to be made on the other end. -- Noel Jones
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com