1833776 Members
2374 Online
110063 Solutions
New Discussion

sendmail retry problem

 
SOLVED
Go to solution
j773303
Super Advisor

sendmail retry problem

Sendmail version 8.9.3
OS 11.11

Dear expert,
Is it possible configure sendmail.cf and let mail not sent correctly, the mail would re-send again till send out properly. Thanks.
Hero
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: sendmail retry problem

Shalom,

By default sendmail will keep trying for 5 days.

You need to do nothing to make this happen.

You should consider getting a new sendmail from http://software.hp.com

You have a choice of running the sendmail daemon or having a script run sendmail -q (queuuerunner) on a regular basis with cron.

No changes required to sendmail.cf

If you are not getting these results please look at /var/adm/syslog/mail.log and provide expamples of the errors you are getting.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
j773303
Super Advisor

Re: sendmail retry problem

Hi SEP,
Thanks for your clarifying.
Hero