From 54b254df2d50a1fae539db30db08d7c59d5537b8 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Mon, 7 May 2012 12:21:57 -0300 Subject: postfix - change sender acl priority during header checks --- config/postfix/postfix_acl.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/postfix/postfix_acl.xml') diff --git a/config/postfix/postfix_acl.xml b/config/postfix/postfix_acl.xml index 2a2b4633..efc72721 100644 --- a/config/postfix/postfix_acl.xml +++ b/config/postfix/postfix_acl.xml @@ -118,13 +118,14 @@ Sender sender_access HASH filters that implements whitelisting and blacklisting of full or partial email addresses and domains as specified in the MAIL FROM field :
- myfriend@example.com OK
+ myfriend@example.com DUNNO
junk@spam.com REJECT
marketing@ REJECT
- theboss@ OK
+ theboss@ DUNNO
deals.marketing.com REJECT
- somedomain.com OK
- See http://www.postfix.org/postconf.5.html#smtpd_sender_restrictions for more help]]> + somedomain.com DUNNO

+ See http://www.postfix.org/postconf.5.html#smtpd_sender_restrictions for more help
+ Note: a result of "OK" in this field is not allowed/wanted for safety reasons(it may accept forged senders as it will not do other spam checks). Instead, use DUNNO in order to exclude specific hosts from blacklists.]]>
textarea 83 -- cgit v1.2.3