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