I would like to disable/prevent SendMail from sending a notification if delivery of an email has been delayed. By default, sendmail sends this out after 4 hours.
What's the best way to do this? Can I set confTO_QUEUEWARN to 0?
I would like to disable/prevent SendMail from sending a notification if delivery of an email has been delayed.
You must to know:
What's the best way to do this?
RTFM. Namely - confPRIVACY_FLAGS and noreceipts flag
noreceipts
causes sendmail to ignore theNOTIFY=SUCCESS DSN
extension of theRCPT To:
command and to ignoreReturn-Receipt-To:
headers. Whennoreceipts
is used, sendmail does not advertise or support DSN... it is not recommended that you use it either...