Martin Brampton:
> Is there a way to set a from address for Postfix automatic messages on 
> delivery failure?

With command-line submission:
    sendmail -f bounce-address recipient-address...

With SMTP submission:
    MAIL FROM:<bounce-address>...

With QMQP, the bounce address is the second protocol field (immediately
after the message content which is field 1), if I recall correctly.

        Wietse

Reply via email to