> Manual whitelisting.

> /etc/postfix/main.cf:
>    smtpd_recipient_restrictions =
>        ...
>        reject_unauth_destination
>        check_sender_access hash:/etc/postfix/sender_access
>        reject_unknown_sender_domain

> /etc/postfix/sender_access:
>    rotary.org OK



So check_sender_access hash:/etc/postfix/sender_access should be removed from 
the smtpd_sender_restrictions and instead only have it in the 
smtpd_recipient_restrictions?



Additionally, I noticed that you placed check_sender_access right above 
reject_unknown_sender_domain would it be better to also place above the 
following?:



    reject_invalid_hostname,
    reject_non_fqdn_sender


Thanks



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to