Re: Help setting up anti-spam using Dovecot and whatever with 6.3

2018-03-28 Thread Craig Skinner
Hi Chris,

On Tue, 27 Mar 2018 10:41:32 -0700 Chris Bennett wrote:
> .. help setting up some spam filtering before I turn on spamd.

See the man pages:
http://man.openbsd.org/spamd
http://man.openbsd.org/spamlogd


I've found these settings reliable:

$ fgrep spam /etc/rc.conf.local
spamd_flags='-S 90 -s 5 -w 1 -y public.ip.add.ress -Y backup.mx.host.name -Y 
another.mx.host.name'
spamlogd_flags='-I -Y backup.mx.host.name -Y another.mx.host.name'


$ fgrep spam /etc/rc.conf.local
spamd_flags='-S 90 -s 5 -w 1 -M high.listing.ip.address -y main.ip.add.ress -Y 
primary.mx.host.name -Y another.mx.host.name'
spamlogd_flags='-I -Y primary.mx.host.name -Y another.mx.host.name'


Consider ungrey-robins to cope with round-robin dumb fuck freemailers:
http://web.Britvault.Co.UK/products/ungrey-robins/


Cheers,
-- 
Craig Skinner | http://linkd.in/yGqkv7

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



Help setting up anti-spam using Dovecot and whatever with 6.3

2018-03-27 Thread Chris Bennett
I'd love some help setting up some spam filtering before I turn on
spamd.
I've seen lots of guides, but I really don't know what configuration
would be best. The guides, of course, don't give enough detail that I
can follow. I'm fine using dovecot with postgresql, but I don't know
how to setup the neccesary tables.

I have a very low volume of email, but I'd like to be good should the
volume change (which it possibly might).

Right now, I've only had the server I'm using up for a short period of
time, so I'm fine with any type of changes.

If there is any archive with useful info, where would that be? marc.info
doesn't have anything recent.

Oh yeah, as asked, Hi!
This is so much nicer than the sendmail monster!

Chris Bennett



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