blob: 491d3e3e4fd2eead6c4c4f443e705c56d9ef4314 (
plain)
- #
- # Ordered list of rules for postfix option smtpd_recipient_restrictions
- #
- # Used by tweak script postfix.sh
- #
- # $Id: smtpd_recipient_restrictions,v 1.11 2007-02-05 17:51:24 jonas Exp $
- #
- #reject_unlisted_recipient # This one works only with postfix 2.1 and newer - and breaks when using mailman transport :-(
- reject_unknown_recipient_domain
- permit_mynetworks # Move this below FQDN-checks on a "true mailhub" - some Debian daemons send to "localhost"
- permit_sasl_authenticated # Silently ignored if TLS not in use
- reject_non_fqdn_recipient
- permit_mx_backup
- reject_unauth_destination
- check_policy_service^inet:127.0.0.1:60000 # Activate greylisting (if installed on system, else fail!)
- reject_maps_rbl # Activate Realtime Blackhole Lists (with Postfix 2.x, expanded to content of file maps_rbl_domains)
- permit
|