summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-07-13 12:22:03 +0000
committerJonas Smedegaard <dr@jones.dk>2007-07-13 12:22:03 +0000
commit39a86da0d5efb1cd8a773637de9f821c1a798180 (patch)
treeff798115b56809d766a0bd3819294913d765b16d /postfix/smtpd_recipient_restrictions
parent2705e6c0943be64ed564a6d0fb534b25ae158ced (diff)
Don't verify mail from authenticated users or MX backups.
Diffstat (limited to 'postfix/smtpd_recipient_restrictions')
-rw-r--r--postfix/smtpd_recipient_restrictions4
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions
index b465dbd..20cff63 100644
--- a/postfix/smtpd_recipient_restrictions
+++ b/postfix/smtpd_recipient_restrictions
@@ -3,16 +3,16 @@
#
# Used by tweak script postfix.sh
#
-# $Id: smtpd_recipient_restrictions,v 1.12 2007-07-12 17:57:03 jonas Exp $
+# $Id: smtpd_recipient_restrictions,v 1.13 2007-07-13 12:22:03 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
-reject_unverified_recipient
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_unverified_recipient # Put this after user-submitted mails to avoid visible delays while verifying
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)