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 = bou...@example.com
2bounce_notice_recipient = bou...@example.com
error_notice_recipient = bou...@example.com
But somehow all those notices are still sent to "postmaster", Postfix
seems to ignore the configuration.
My server generates a lot of "recipient address rejected: user unknown
in virtual alias table" and I don't want those messages flooding the
mailbox for "real" notifications, which is where postmaster redirects to.
I can simply configure notify_classes without "bounce", but that would
mean I don't receive those notices at all. And that is not what I want
in this case.
I've searched high and low, but I can't figure out what I'm doing wrong
here.
Any ideas?
Kind regards,
Hans