All pastes #2045200 Raw Edit

Stuff

public text v1 · immutable
#2045200 ·published 2011-04-11 19:07 UTC
rendered paste body
#clamscan
content_filter = scan:[127.0.0.1]:10025

#recipient_bcc_maps = hash:/usr/local/etc/postfix/recipient_bcc

mynetworks = 10.1.1.60/32 10.1.1.241/32 127.0.0.1/32 10.1.1.59/32

# SASL Settings
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks

# Access Restrictions
smtpd_client_restrictions = hash:/usr/local/etc/postfix/access, permit, check_client_access hash:/etc/postfix/sender_checks
smtpd_recipient_restrictions = permit_sasl_authenticated,
        permit_mynetworks,
        reject_unauth_destination,
        check_policy_service inet:127.0.0.1:2501