LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   sendmail - Connection timed out [dsn=4.0.0 stat=Deferred: Connection timed out] (https://www.linuxquestions.org/questions/linux-software-2/sendmail-connection-timed-out-%5Bdsn%3D4-0-0-stat%3Ddeferred-connection-timed-out%5D-548576/)

ananthak 04-24-2007 07:28 AM

sendmail - Connection timed out [dsn=4.0.0 stat=Deferred: Connection timed out]
 
Hello,

having a problem with sendmail

I can get jobs submitted to the queue fine

log:
Apr 24 12:38:04 CRE_DB sendmail[30291]: l3OBc1mh030291: to=anno@hotmail.com, ctladdr=root (0/0), delay=00:00:03, xdelay=00:00:00, mailer=relay, pri=30012, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l3OBc4WW030293 Message accepted for delivery)

but i get a timed error after some time

Apr 24 12:50:04 CRE_DB sendmail[30295]: l3OBc4WW030293: to=<anno@hotmail.com>, ctladdr=<root@localhost.localdomain> (0/0), delay=00:12:00, xdelay=00:12:00, mailer=esmtp, pri=30316, relay=mx1.hotmail.com. [65.54.245.8], dsn=4.0.0, stat=Deferred: Connection timed out with mx1.hotmail.com.


I think its not going outside my network because when I do a hello i get:

HELO hotmail.com
250 localhost.localdomain Hello localhost.localdomain [127.0.0.1], pleased to meet you


is this correct?

netstat gives me the following

tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp 0 0 192.168.160.3:4444 82.211.85.194:12576 ESTABLISHED
tcp 0 0 127.0.0.1:25 127.0.0.1:55961 TIME_WAIT
tcp 0 0 192.168.160.3:1521 82.211.85.194:25175 ESTABLISHED
tcp 0 0 192.168.160.3:4444 160.79.240.66:16125 ESTABLISHED
tcp 0 0 192.168.160.3:4444 160.79.240.66:22538 ESTABLISHED



Thanks for your time

Ananth


All times are GMT -5. The time now is 05:30 AM.