blob: 6a2aeba9e28a5a6f16da3cc513893709c8749437 (
plain)
- #
- # Ordered list of rules for postfix option smtpd_sender_restrictions
- #
- # Used by tweak script postfix.sh
- #
- # $Id: smtpd_sender_restrictions,v 1.5 2007-07-13 11:23:57 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)
- permit
|