diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-05-25 16:15:01 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-05-25 16:15:01 +0000 |
commit | 7f7086e0679639396dd1660d57602a03e51dc680 (patch) | |
tree | 42624a6fdffb59ad8126158600566e3c470568ea /postfix/smtpd_sender_restrictions | |
parent | e1406e97cb1ae686f4100f5076999cae58b7cfee (diff) |
Add support for DKIMproxy.
Diffstat (limited to 'postfix/smtpd_sender_restrictions')
-rw-r--r-- | postfix/smtpd_sender_restrictions | 3 |
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 |