summaryrefslogtreecommitdiff
path: root/postfix/smtpd_sender_restrictions
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-05-25 16:15:01 +0000
committerJonas Smedegaard <dr@jones.dk>2008-05-25 16:15:01 +0000
commit7f7086e0679639396dd1660d57602a03e51dc680 (patch)
tree42624a6fdffb59ad8126158600566e3c470568ea /postfix/smtpd_sender_restrictions
parente1406e97cb1ae686f4100f5076999cae58b7cfee (diff)
Add support for DKIMproxy.
Diffstat (limited to 'postfix/smtpd_sender_restrictions')
-rw-r--r--postfix/smtpd_sender_restrictions3
1 files changed, 2 insertions, 1 deletions
diff --git a/postfix/smtpd_sender_restrictions b/postfix/smtpd_sender_restrictions
index 6a2aeba..6e27aa6 100644
--- a/postfix/smtpd_sender_restrictions
+++ b/postfix/smtpd_sender_restrictions
@@ -3,7 +3,7 @@
#
# Used by tweak script postfix.sh
#
-# $Id: smtpd_sender_restrictions,v 1.5 2007-07-13 11:23:57 jonas Exp $
+# $Id: smtpd_sender_restrictions,v 1.6 2008-05-25 16:15:01 jonas Exp $
#
permit_mynetworks # (needed to allow some Debian daemons send to localhost)
@@ -11,4 +11,5 @@ 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)
+check_sender_access^regexp:/etc/postfix/sender_access_regex # DKIMproxy filter
permit