> No, since that will only whitelist the sender part; > smtpd_recipient_restrictions may still reject the message or the > recipient(s). > Put the sender check in smtpd_recipient_restrictions instead.
So would this work: smtpd_recipient_restrictions = permit_sasl_authenticated, check_sender_access hash:/usr/pkg/etc/postfix/sender_access, reject_unauth_destination, reject_unauth_pipelining, reject_rbl_client zen.spamhaus.org, check_policy_service inet:127.0.0.1:10023, permit As in the minute it discovered an ok'd email address in sender_access it would stop processing the rest of the checks and permit it? -Mark