anyone have guides or example of how to add a filter list to exim? to block words and keywords and such?
I know it is possible to use RBLs and wordlist filtering with Exim but can't seem to find any examples. The closest thing I've found so far is http://www.sput.nl/software/exim.html which is more massive then I would hope for.
I have DKIM configured in Exim for outgoing mail, as per the documentation. Exim signs all outgoing mail. But some of that outgoing mail is forwarded, thanks to a users .forward file. This is a problem for me, because some of those messages are spam (my exim configuration does not do any verification) and I don't want to take responsibility for them.
I have a server running cPanel/WHM with exim and SpamAssassin. I've been noticing an issue where emails coming in with forged spamassassin headers bypassing some of the filtering. I want to strip out all SpamAssassin headers before it goes through spamassassin and then filtered into the inbox/spam folders.
Searching the net, the only similar instance I could find was from 2004.
I recently installed and configured spamassassin using this tutorial
http://www.datacentrix.org/blog/faq/How-to-integrate-SpamAssassin-with-P...
I sent some spammy emails to test if it was working, and it appears to be filtering out the spam emails from hitting my inbox, but I can't figure out where the spam emails are going.
Hello,
I've tried a couple of different methods of accomplishing this but haven't found one that works the way I want. I have an external spam filter that I'm forwarding into cPanel. It marks all detected messages by prepending ***SPAM*** to the subject line.
Hello,
I want to add this DNSBL (spam filter) to Exim :
relays.ordb.org
list.dsbl.org
bl.spamcop.net
sbl-xbl.spamhaus.org
rbl.megarbl.net
cbl.abuseat.org
dnsbl.njabl.org
cbl.abuseat.org
I am looking for the method? Have you got a how-to ?
Thanks ! :)
I came across best practices from BarracudasNetwork website https://www.barracudanetworks.com/docs/other/barracuda_spam_&_virus_fire...
These recommendations suggest to keep good quality Bayesian Learning samples on a static level of few hundred emails each type (valid emails and known spam).
Here is my question - how such a configuration handle 'seasonal spam periods'?
In a vps I am limited by a certain number of sent emails per minute (they say it's a way to control spam!), I could use a relay server but I don't want!
Probably I will never reach the limit, but just in case, can I define a limit to exim and delay the emails a certain time if the limit is reached?