Quoting Noel Jones :
smtpd_recipient_restrictions = check_sender_access
hash:/etc/postfix/sender_blacklist, check_recipient_access
hash:/etc/postfix/recipient_blacklist,
If you intend the above two checks evaluate before permit_mynetworks
and -- more importantly -- before reject_unauth_desti
Quoting Stan Hoeppner :
The list welcome message directs you to include relevant log entries (as
well as postconf -n output). I see no log entries, and thus no error
messages to troubleshoot. Thus, I must speculate that you probably
didn't run
postmap /etc/postfix/sender_blacklist
postfix rel
After staring at my Postfix config for hours on end, I still can't
seem to find the problem here. I'm sure I've done something stupid,
but I'm not seeing it. I'm trying to block a sender by e-mail address
using smtpd_recipient_restrictions and check_sender_access.
Obviously, it's not wor