summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
blob: d6ccc21659d96656e6ecab8451f04e031122c790 (plain)
  1. reject_invalid_hostname
  2. permit_mynetworks # Move this below FQDN-checks on a "true mailhub" - some Debian daemons send to localhost
  3. permit_sasl_authenticated # Silently ignored if TLS not in use
  4. reject_non_fqdn_hostname
  5. reject_non_fqdn_sender
  6. reject_non_fqdn_recipient
  7. reject_unknown_sender_domain
  8. reject_unknown_recipient_domain
  9. reject_unauth_pipelining
  10. #permit_mynetworks # Moved to top to allow Debian daemons sending to localhost
  11. permit_mx_backup
  12. reject_unauth_destination
  13. reject_maps_rbl
  14. reject # Not really needed, but just to be on the safe side...