Gerben Wierda:
> I did another test. I changed the recipient restrictions to:
> 
> smtpd_recipient_restrictions =
>       reject_unauth_pipelining,
>       reject_non_fqdn_recipient,
>       permit_sasl_authenticated,
>       permit_mynetworks,

Due to permit_mynetworks, sending mail from a "local" client will
skip all further checks.

>       reject_unauth_destination,
>       reject_unknown_recipient_domain,
>       reject_unverified_recipient,
>       check_client_access 
> regexp:/Library/Server/Mail/Config/postfix/rna_policy_whitelist_clients,
>       check_sender_access 
> regexp:/Library/Server/Mail/Config/postfix/rna_policy_whitelist_senders,
>         check_policy_service unix:private/policy,
>         permit

Reply via email to