blob: 151677b1c5397d413380edff1817ec0aa5d2d82f (
plain)
- #
- # Ordered list of rules for postfix option smtpd_sender_restrictions
- #
- # Used by tweak script postfix.sh
- #
- # $Id: smtpd_sender_restrictions,v 1.4 2007-07-12 19:29:52 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_unverified_sender
- reject_rhsbl_sender # Activate Realtime Hostbased Sender Blackhole Lists (with Postfix 2.x, expanded to content of file of same name)
- permit
|