summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
blob: ec48c9a5ebf9ff542d49b37203dc92679bfea2f0 (plain)
  1. reject_invalid_hostname
  2. #reject_non_fqdn_hostname # These should only be enabled on a true mailhub (even some Debian daemons expect to be able to deliver to localhost)
  3. #reject_non_fqdn_sender
  4. #reject_non_fqdn_recipient
  5. reject_unknown_sender_domain
  6. reject_unknown_recipient_domain
  7. reject_unauth_pipelining
  8. permit_mynetworks
  9. permit_mx_backup
  10. reject_unauth_destination
  11. reject_maps_rbl
  12. reject # Not really needed, but just to be on the safe side...