On 1/10/2013 3:38 PM, Daniel L. Miller wrote:
On 1/10/2013 3:57 AM, Wietse Venema wrote:
Daniel L. Miller:
check_recipient_access = hash:/etc/postfix/maps/mailing_lists
reject_unverified_recipient,
That works.
check_sender_access cdb:/etc/postfix/maps/mailing-list-targets,
reject_unverified_recipient
You changed more than hash->cdb.
Wietse
Did you see something in my posted configuration?
When I (temporarily) commented out the "reject_unverified_recipient" -
no verification is performed and the message is sent & accepted by the
remote. So I assume either the check_sender_access map is not being
processed - or there's something wrong with my map. I'm confused
because the test "postmap -q ng...@nginx.org cdb:mailing-list-targets"
continues to return "OK".
Is there a way I can see the processing being performed for the
smtpd_recipient_restrictions evaluation, particularly the
check_sender_access call?
--
Daniel