> I don't let that junk get past envelope stage: > > postmap -q "weekendhotdeals.info" mysql:/usr/local/etc/postfix/mysql- > from_senders_rhsbl.cf > 554 RHSBL_DOMAIN >
I assume you are running some type of background process that generates the list of senders based upon some criteria. Can you share more. I also use mysql lookups for postfix (though I'm in the process of converting them to memcache for some of the larger ones (with a preloader) so I can hit memcached first (then lookup to the database after if necessary). I'm also looking for better ways to deal with spam.