Titanus Eramius: > On Mon, 19 Nov 2012 08:47:35 -0500 (EST) > Wietse Venema <wie...@porcupine.org> wrote: > > > Titanus Eramius: > > > Running Postfix 2.7.x I have set delay_warning_time to 4 hours, but > > > was wondering if it is possible to send out two or more bounce > > > messages about a delayed message? > > > > If you want to know if mail is finally out the door, turn on the > > DSN "success" notify option. > > > > > Message multipliers are unsafe. Don't do it. > > > > Thank you for the answer and the explanation. I've will indeed read up > on the notify system, and use that instead.
Pointers: this is requested by the SMTP client in RCPT TO commands, or with the Postfix sendmail "-N" command-line option. It can also be forced with smtpd_command_filter. See "man 5 postconf" for an example that manipulates RCPT TO commands. That's tricky enough that it may require help from the mailing list. Wietse