summaryrefslogtreecommitdiff
path: root/postfix/smtpd_recipient_restrictions
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-07-12 17:57:03 +0000
committerJonas Smedegaard <dr@jones.dk>2007-07-12 17:57:03 +0000
commit9d7e966e436954148fb29e807a228aa339be6a1b (patch)
tree759b62cde79d1567fa133c77ee4a62e7435e8a2f /postfix/smtpd_recipient_restrictions
parente99fc9651be67635a69566d43bf253fea76c1ebf (diff)
Reject unverified recipients.
Diffstat (limited to 'postfix/smtpd_recipient_restrictions')
-rw-r--r--postfix/smtpd_recipient_restrictions3
1 files changed, 2 insertions, 1 deletions
diff --git a/postfix/smtpd_recipient_restrictions b/postfix/smtpd_recipient_restrictions
index 491d3e3..b465dbd 100644
--- a/postfix/smtpd_recipient_restrictions
+++ b/postfix/smtpd_recipient_restrictions
@@ -3,11 +3,12 @@
#
# Used by tweak script postfix.sh
#
-# $Id: smtpd_recipient_restrictions,v 1.11 2007-02-05 17:51:24 jonas Exp $
+# $Id: smtpd_recipient_restrictions,v 1.12 2007-07-12 17:57: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