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: <postmaster@primary-mx:~ 0>$ 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' <postmaster@mx-backup:~ 0>$ 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 [email protected] To unsubscribe, send a mail to: [email protected]
