On 7/9/2014 1:36 PM, Wietse Venema wrote: > Place check_recipient_access before reject_unknown_recipient_domain, > and check_sender_access before reject_unknown_sender_domain. > > smtpd_recipient_restrictions = > permit_mynetworks > ... > # Must go before whitelists. > reject_unauth_destination > reject_rbl_client ... > # exemptions (whitelists) after reject_unauth_destination > check_recipient_access hash:/etc/postfix/recipient_access > check_sender_access hash:/etc/postfix/sender_access > # blacklists after whitelists. > reject_unknown_recipient_domain > reject_unknown_sender_domain > ... > > With recipient_access and sender_access entries that > "OK" certain addresses or domains. > > Wietse
Perfect. Thank you for your time, Wietse. I really appreciate it. -Ben