On 1/15/2013 10:11 AM, Chris wrote:
Hi all.
Today this message was delivered to my inbox despite the fact that I've listed
the sender in a check_recipient_access hash map. I can't figure out why:
Return-Path: <[email protected]>
Sender listed.
postconf -n smtpd_recipient_restrictions = check_recipient_access
hash:/etc/postfix/domain_user_blocks,
Recipient check
I have "[email protected]" explicitly listed in
/etc/postfix/domain_user_blocks:
[email protected] REJECT Junkmail.
It seems to me as you want to use check_SENDER_access not
check_recipient_access since you are trying to blacklist a SENDER.
Brian