summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
blob: 04ece8ad0619e5e0cdaeb4d6aae486aa1064cfe3 (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.4 2002-12-31 13:38:42 jonas Exp $
  7. #
  8. reject_invalid_hostname
  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_hostname
  12. reject_non_fqdn_sender
  13. reject_non_fqdn_recipient
  14. reject_unknown_sender_domain
  15. reject_unknown_recipient_domain
  16. reject_unauth_pipelining
  17. #permit_mynetworks # Moved to top to allow Debian daemons sending to localhost
  18. permit_mx_backup
  19. reject_unauth_destination
  20. reject_maps_rbl
  21. reject # Not really needed, but just to be on the safe side...