Re: How to deal with spam and opensmtpd

2018-04-18 Thread Simon McFarlane
On 04/18/2018 01:44 AM, Mik J wrote:> What other (not spamd and 
spamassassing) do you use ?


I use bgp-spamd [1] and a hand-assembled blacklist (using 
dovecot-pigeonhole) of certain terms that usually only appear in spam. 
It's not as good as SpamAssassin but it seems to stop the majority of 
the spam I get. I'm down from 2-3 spam messages per day to one 10 days 
or so.


Simon

[1] https://bgp-spamd.net/

--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



How to deal with spam and opensmtpd

2018-04-18 Thread Mik J
Hello,
I'm using Openbsd and Opensmtpd + Spamd. I have been able to reduce the spam.
However there are some marketing companies that constantly change their IPs and 
pass through the greylisting, they really attempt to send the mail (multiple 
times).
I looked at bogofilter and it looks nice.However I would like to know if 
there's a way for opensmtpd to work with bogofilter.So that the mails can be 
trashed or classified as spam.
First I read that bogofilter works at the user level, I'd like it to work at 
the server mail level.
What other (not spamd and spamassassing) do you use ?
Regards