On 2012-04-17 20:20, n756...@50mail.com wrote:
Hey!
I finally installed a postfix mail server this past weekend. Pretty
straightforward with the awesome docs! Well, once ya find it all ;-)
In my config, I declared
smtpd_sender_restrictions=check_recipient_access,hash:/etc/postfix/lists/traps
This is incorrect; the format is described clearly as:
smtpd_sender_restrictions=check_recipient_access
hash:/etc/postfix/lists/traps
with entries in "/etc/postfix/lists/traps",
b...@domain.com DISCARD
Mail sent to that address appears to be accepted, but really gets
quietly DISCARDed, and processing stops. Like it's supposed to.
No. Do not discard mail unless you have absolutely no alternative.
In this case you provide no arguments for discarding mail; use REJECT
instead.
If there are additional recipients in the TO: list that are not in the
hash list, they still are delivered. So if there's a mail sent TO: both
"b...@domain.com" and "m...@domain.com" one copy gets accepted for the
"m...@domain.com" recipient.
Provide evidence that this happens.
Please see the welcome message you received when joining this list on
how to provide adequate information:
http://www.postfix.org/DEBUG_README.html#mail
--
J.