summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
blob: b465dbda1cd7b8e3caf9b8aff6a24cf8b11b64e1 (plain)
  1. #
  2. # Ordered list of rules for postfix option smtpd_recipient_restrictions
  3. #
  4. # Used by tweak script postfix.sh
  5. #
  6. # $Id: smtpd_recipient_restrictions,v 1.12 2007-07-12 17:57:03 jonas Exp $
  7. #
  8. #reject_unlisted_recipient # This one works only with postfix 2.1 and newer - and breaks when using mailman transport :-(
  9. reject_unknown_recipient_domain
  10. reject_unverified_recipient
  11. permit_mynetworks # Move this below FQDN-checks on a "true mailhub" - some Debian daemons send to "localhost"
  12. permit_sasl_authenticated # Silently ignored if TLS not in use
  13. reject_non_fqdn_recipient
  14. permit_mx_backup
  15. reject_unauth_destination
  16. check_policy_service^inet:127.0.0.1:60000 # Activate greylisting (if installed on system, else fail!)
  17. reject_maps_rbl # Activate Realtime Blackhole Lists (with Postfix 2.x, expanded to content of file maps_rbl_domains)
  18. permit