summaryrefslogtreecommitdiff
path: root/postfix/smtpd_sender_restrictions
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-07-12 19:29:52 +0000
committerJonas Smedegaard <dr@jones.dk>2007-07-12 19:29:52 +0000
commit3a5f3ea0095f57a4200146b7e0aef862251fc81e (patch)
tree79c14da00be24cd0162d38fd92296ca13c35e9f9 /postfix/smtpd_sender_restrictions
parent35e02a3d9bae04f15c2add66d89905df27ab0e65 (diff)
Drop warning when rejecting unverified sender.
Diffstat (limited to 'postfix/smtpd_sender_restrictions')
-rw-r--r--postfix/smtpd_sender_restrictions4
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix/smtpd_sender_restrictions b/postfix/smtpd_sender_restrictions
index a2bef39..151677b 100644
--- a/postfix/smtpd_sender_restrictions
+++ b/postfix/smtpd_sender_restrictions
@@ -3,13 +3,13 @@
#
# Used by tweak script postfix.sh
#
-# $Id: smtpd_sender_restrictions,v 1.3 2007-07-12 18:06:58 jonas Exp $
+# $Id: smtpd_sender_restrictions,v 1.4 2007-07-12 19:29:52 jonas Exp $
#
permit_mynetworks # (needed to allow some Debian daemons send to localhost)
reject_non_fqdn_sender
reject_unknown_sender_domain
check_sender_access^hash:/etc/postfix/sender_access # FIXME: somehow only enable this if the file actually exist
-warn_if_reject^reject_unverified_sender # TODO: Drop the warning...
+reject_unverified_sender
reject_rhsbl_sender # Activate Realtime Hostbased Sender Blackhole Lists (with Postfix 2.x, expanded to content of file of same name)
permit