Digital Essence
Verified User
- Joined
- Jan 9, 2023
- Messages
- 21
Hi,
I'm using CFS MailScanner to manage my incoming spam and I've noticed some of my customers' sending IP's are being flagged as spam because they are on the SPAMHAUS RBL.
Config Server MailScanner Front End Report
SpamAssassin RBLs: spam, SPAMHAUS
So, armed with the info I (initially... Later I checked exim.strings.conf.custom) read on this forum about spamhaus digging down too deep into ISP's dynamic IP's and them being listed in the RBL, I decided to remove the spamhaus RBL. I edited /etc/exim/conf and in the RBL_DNS_LIST and I removed the line containing zen.spamhaus.org
/etc/exim.conf
And restarted Exim with:
systemctl restart exim.service
This has made no difference and client IP's are still being flagged.
I then read that the RBL List should go into a custom file otherwise it will be stomped over the next time we do a custom build of Exim. So thinking that this was overwriting my edits, I checked exim.strings.conf.custom but there are no RBL lists present and the exm.conf file still only shows abuseat & barracudea so it hasn't been overwritten.
So thinking that the list must be within Spam Assassin itself, I checked /etc/mail/spamassassin/local.cf but this just contains:
And there, I've come to screeching to a halt in my knowledge.
Sorry for the beginners questions but I have done some reading on the subject and have tried my best.
Thanks.
I'm using CFS MailScanner to manage my incoming spam and I've noticed some of my customers' sending IP's are being flagged as spam because they are on the SPAMHAUS RBL.
Config Server MailScanner Front End Report
SpamAssassin RBLs: spam, SPAMHAUS
So, armed with the info I (initially... Later I checked exim.strings.conf.custom) read on this forum about spamhaus digging down too deep into ISP's dynamic IP's and them being listed in the RBL, I decided to remove the spamhaus RBL. I edited /etc/exim/conf and in the RBL_DNS_LIST and I removed the line containing zen.spamhaus.org
/etc/exim.conf
Code:
RBL_DNS_LIST=\
cbl.abuseat.org!&0.255.0.0 : \
b.barracudacentral.org : \
zen.spamhaus.org!&0.255.0.0
And restarted Exim with:
systemctl restart exim.service
This has made no difference and client IP's are still being flagged.
I then read that the RBL List should go into a custom file otherwise it will be stomped over the next time we do a custom build of Exim. So thinking that this was overwriting my edits, I checked exim.strings.conf.custom but there are no RBL lists present and the exm.conf file still only shows abuseat & barracudea so it hasn't been overwritten.
So thinking that the list must be within Spam Assassin itself, I checked /etc/mail/spamassassin/local.cf but this just contains:
Code:
required_hits 5
report_safe 0
rewrite_header Subject [SPAM]
And there, I've come to screeching to a halt in my knowledge.
Sorry for the beginners questions but I have done some reading on the subject and have tried my best.
Thanks.