On Tuesday, November 1st, 2011 at 22:08:32h +0000, Unruh wrote:
> My machine running postfix will, when it gets mail for a user who does
> not exist on the machine, bounce the mail.
Do you understand the difference between rejecting mail and bouncing mail messages?
<
http://www.dontbouncespam.ORG/#BVR>
Your mailer will only be able to bounce a mail message if it first accepts it,
in the simplest case you should be rejecting non-deliverable mail.
<
http://www.postfix.org/BACKSCATTER_README.html>
If you do not want to reject the mail but have it discarded then you need
to know that mail delivery with a Postfix system, unlike most other mailers,
consists of two parts -- the Postfix MTA and "local" the MDA.
What the Postfix system also allows is the configuration of a filter
between the Postfix MTA and local MDA, and it is here that you need to
setup a filter to discard or quarantine for further analysis external
e-mail messages bound for undeliverable local addresses.
<
http://www.postfix.org/FILTER_README.html>
It is most disconcerting that you are running a mailer connected
to the Internet and have not consulted the readily available HOWTO
information for that mailer on its web site.