Hans van Zijst:
> I'm trying to get Postfix to send its bounce notices to a different
> address than "postmaster", so I configured
>
> notify_classes = resource, software, bounce, 2bounce
> bounce_notice_recipient = [email protected]
> 2bounce_notice_recipient = [email protected]
> error_notice_recipient = [email protected]
This configures delivery of POSTMASTER COPIES OF DELIVERY STATUS
NOTIFICATIONS (and other errors).
This DOES NOT configure delivery of STANDARD DELIVERY STATUS
NOTIFICATIONS TO THE ENVELOPE SENDER.
Wietse