How can I configure Postfix to silently discard (not bounce) all messages to a single, specific destination e-mail address, while still deliver all other mails?

The mails in question are bounces generated by Postfix itself due to incorrectly spelled e-mail addresses.

I am looking for a permanent solution (ie. not just run a command to delete all matching messages from the queue).

link|improve this question

postfix.org/access.5.html there is DISCARD action – sherpya Dec 23 '11 at 15:15
Correct me if I'm wrong, but I think this will only discard messages that come in via SMTP. However, I need to discard (bounce) mails that are being generated by Postfix itself (just updated my question to clarify), so I think access control won't help. – Udo G Dec 23 '11 at 15:20
instead of a workaround, why don't you fix the original problem? postfix should not accept the messages to misspelled recipients in the first place... if it is a gateway machine, have a look at postfix.org/ADDRESS_VERIFICATION_README.html#recipient (and this question should probably be on serverfault instead of stackoverflow ...) – Gryphius Dec 23 '11 at 15:34
madphilosopher.ca/2006/09/… – sherpya Dec 28 '11 at 19:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.