summaryrefslogtreecommitdiff
path: root/postfix/smtpd_sender_restrictions
blob: a2bef39aad0cb1d49dc827f734470672b87c8c33 (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.3 2007-07-12 18:06:58 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. warn_if_reject^reject_unverified_sender # TODO: Drop the warning...
  13. reject_rhsbl_sender # Activate Realtime Hostbased Sender Blackhole Lists (with Postfix 2.x, expanded to content of file of same name)
  14. permit