summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
blob: 59d5dd63fcb77cdd273c772c073f66e92e4239d5 (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.6 2004-02-03 22:16:17 jonas Exp $
  7. #
  8. reject_unknown_recipient_domain
  9. permit_mynetworks # Move this below FQDN-checks on a "true mailhub" - some Debian daemons send to "localhost"
  10. permit_sasl_authenticated # Silently ignored if TLS not in use
  11. reject_non_fqdn_recipient
  12. permit_mx_backup
  13. reject_unauth_destination
  14. reject_maps_rbl # Activate Realtime Blackhole Lists (with Postfix 2.x, expanded to content of file maps_rbl_domains)
  15. permit