General RBL handling inside EFA
Posted: 23 Dec 2016 12:18
so I see that by default inside postfix/main.cf there is:
and inside /etc/MailScanner/MailScanner.conf there is:
and inside spam.lists.conf I see:
For one its weird that spamhaus-ZEN != SPAMHAUS
would it not be better to remove it from main.cf and use the more complex Mailscanner options? Especially seeing that I can use:
Code: Select all
smtpd_client_restrictions = permit_sasl_authenticated, reject_rbl_client zen.spamhaus.org
Code: Select all
Spam List = # spamhaus-ZEN # You can un-comment this to enable them
Code: Select all
# http://barracudacentral.org/rbl
BARRACUDA b.barracudacentral.org
# aggregate list - http://www.sorbs.net/using.shtml
SORBS dnsbl.sorbs.net
# aggregate list - http://www.spamhaus.org/zen/
SPAMHAUS zen.spamhaus.org
# aggregate list - https://www.spamcop.net/bl.shtml
SPAMCOP bl.spamcop.net
would it not be better to remove it from main.cf and use the more complex Mailscanner options? Especially seeing that I can use:
Code: Select all
Spam Lists To Be Spam = 1
Spam Lists To Reach High Score = 3