blob: 6e27aa6c3b579b7f6c10ecb1328e940c59edc46b (
plain)
- #
- # Ordered list of rules for postfix option smtpd_sender_restrictions
- #
- # Used by tweak script postfix.sh
- #
- # $Id: smtpd_sender_restrictions,v 1.6 2008-05-25 16:15:01 jonas Exp $
- #
- permit_mynetworks # (needed to allow some Debian daemons send to localhost)
- reject_non_fqdn_sender
- reject_unknown_sender_domain
- check_sender_access^hash:/etc/postfix/sender_access # FIXME: somehow only enable this if the file actually exist
- reject_rhsbl_sender # Activate Realtime Hostbased Sender Blackhole Lists (with Postfix 2.x, expanded to content of file of same name)
- check_sender_access^regexp:/etc/postfix/sender_access_regex # DKIMproxy filter
- permit
|