On Thursday, December 1st, 2011 at 05:40:58h +0000, Unruh complained:
> but I have no idea how to get A to refuse to accept
> mail which it cannot deliver to B.
Why did you not read the links that were provided for the answer to this
same question you asked at the beginning of November 2011?
Why do you keep repeating the same question and expect other
people to do your work for you?
<
http://groups.google.com/group/alt.os.linux/browse_thread/thread/40cb2dc8b711db16>
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.