On 2012-05-25, David Diggles <da...@elven.com.au> wrote: > I wasn't receiving email, from lists.openbsd.org and also from my > work email address, until I added the respective smtp servers to > the whitelist table in pf.
do you have spamlogd running? > Seriously though, if I have to keep manually adding smtp servers > to a whitelist, I will run in blacklist only mode. yes, you do, various large sites use either pools of senders with a shared queue, or senders behind large nats, or bad retry cycles etc. you really need something like the dnswl list (only available by dns lookup for the mos part). one thing that can help is to restrict spamd to only affecting windows hosts (using 'from any os "windows"' in pf rules).