Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Message getting dealyed by 7 days before retry

Status
Not open for further replies.

konidala

Programmer
Oct 26, 2004
1
US
Hello all,

set up
-------
we use sendmail as our e-mail server on the public side which delivers e-mails to our internal exchange server.here 10.6.4.128 is our internal exchange server.

Problem
--------

we recieved an e-mail on 19th oct which is processed by sendmail and tried to send it to our exchange server but it was unavilable at that moment so the connection was refused.

maillog.7:Oct 19 18:53:12 monster monster-mta[20592]: i9K1r6Wc029291: to=<megastar@chiru.com>, delay=00:00:06, xdelay=00:00:00, mailer=esmtp, pri=129758, relay=[10.6.4.128] [10.6.4.128], dsn=4.0.0, stat=Deferred: Connection refused by [10.6.4.128]


and after 7 days only sendmail tried to deliver this mail.
I am a beginner usind sendmail. I dont know what setting to tweak to make send mail try after 1 day of connection refused.




# minimum time in queue before retry

#O MinQueueAge=30m



# minimum time in queue before retry

#O MinQueueAge=30m



# timeouts (many of these)

#O Timeout.initial=5m

#O Timeout.connect=5m

#O Timeout.aconnect=0s

#O Timeout.iconnect=5m

#O Timeout.helo=5m

#O Timeout.mail=10m

#O Timeout.rcpt=1h

#O Timeout.datainit=5m

#O Timeout.datablock=1h

#O Timeout.datafinal=1h

#O Timeout.rset=5m

#O Timeout.quit=2m

#O Timeout.misc=2m

#O Timeout.command=1h

O Timeout.ident=0s

#O Timeout.fileopen=60s

#O Timeout.control=2m

O Timeout.queuereturn=5d

#O Timeout.queuereturn.normal=5d

#O Timeout.queuereturn.urgent=2d

#O Timeout.queuereturn.non-urgent=7d



O Timeout.queuewarn=4h

#O Timeout.queuewarn.normal=4h

#O Timeout.queuewarn.urgent=1h

#O Timeout.queuewarn.non-urgent=12h



#O Timeout.hoststatus=30m

#O Timeout.resolver.retrans=5s

#O Timeout.resolver.retrans.first=5s

#O Timeout.resolver.retrans.normal=5s

#O Timeout.resolver.retry=4

#O Timeout.resolver.retry.first=4

#O Timeout.resolver.retry.normal=4

#O Timeout.lhlo=2m

#O Timeout.auth=10m

#O Timeout.starttls=1h

here is some of my sendmail.mc configuration

Any help is greatly appreiciated.

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top