Daniel L. Miller: > On 5/22/2012 6:24 PM, Wietse Venema wrote: > >> I tried 'sendmail -f exter...@externaldomain.com -bv > >> myaddr...@mydomain.com'. This generates a mail delivery report to the > >> address specified as the -f parameter - instead of the login name > >> executing the sendmail command. So unless I have control of that > >> external address I can't read the report. > > Ask them to forward you the test report? > > > > Wietse > > In this case, since it's an address that is used only for sending mail - > their server simply discards the message. > > Better educated, I revise my feature request. Add a parameter to > sendmail, that specifies the recipient of the test report - overriding > the sender address set by -f, while maintaining the ability to designate > a sender address for testing.
Asking is easy. This requires adding an attribute type, adding a command-line option to the Postfix sendmail command that won't conflict with future Sendmail development, changing the queue manager to read the new attribute, adding the attribute to the delivery-agent protocol, adding the attribute to the bounce/defer/trace client API, adding the attribute to the bounce protocol, changing the bounce daemon. Wietse