From 9f43e4459eb10c4b22f80fa1121de439471a257c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 12 Jul 2007 14:03:36 +0000 Subject: Add sender_access checker. --- postfix/smtpd_sender_restrictions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'postfix') diff --git a/postfix/smtpd_sender_restrictions b/postfix/smtpd_sender_restrictions index 3d8b9a6..66f75df 100644 --- a/postfix/smtpd_sender_restrictions +++ b/postfix/smtpd_sender_restrictions @@ -3,11 +3,12 @@ # # Used by tweak script postfix.sh # -# $Id: smtpd_sender_restrictions,v 1.1 2004-02-03 22:16:17 jonas Exp $ +# $Id: smtpd_sender_restrictions,v 1.2 2007-07-12 14:03:36 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 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