postfix::config { "broken_sasl_auth_clients": value => 'yes' }
postfix::config { "smtpd_sasl_authenticated_header": value => 'yes' }
- # Whitelisting: local clients may specify any destination. Others may not.
+ # Recipient restrictions
postfix::config { "smtpd_recipient_restrictions":
- value => 'permit_mynetworks,
- permit_sasl_authenticated,
- reject_unauth_destination,
- reject_rbl_client psbl.surriel.com,
+ value => 'permit_mynetworks, \
+ permit_sasl_authenticated, \
+ reject_unauth_destination, \
+ reject_rbl_client psbl.surriel.com, \
check_policy_service inet:127.0.0.1:10023' }
}