diff options
-rw-r--r-- | postfix/smtpd_sender_restrictions | 4 |
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 |