[email protected]:
> Is it possible to have Postfix send all bounce reports to a specified
> email address instead of to the sender of the bounced email? I have a
> situation in which my primary MX's do not allow back scatter so my bounce
> reports are never received.
As described in RFC 5321:
It is possible for the mailbox in the return path to be different
from the actual sender's mailbox, for example, if error responses are
to be delivered to a special error handling mailbox rather than to
the message sender. When mailing lists are involved, this
arrangement is common and useful as a means of directing errors to
the list maintainer rather than the message originator.
The return path is specified with the SMTP MAIL FROM command,
and with the Postfix sendmail -f command-line option.
If you use PHP, see the discussion of "additional_parameters" in
the manpage for the mail function.
Wietse