From 3a5f3ea0095f57a4200146b7e0aef862251fc81e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 12 Jul 2007 19:29:52 +0000 Subject: Drop warning when rejecting unverified sender. --- postfix/smtpd_sender_restrictions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postfix') 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 -- cgit v1.2.3