(It seems like some of my mail do not go through to misc@, perhaps some of my ISPs outgoing mailservers are blacklisted..?)
* Peter N. M. Hansteen (pe...@bsdly.net) wrote: > > http://undeadly.org/cgi?action=article&sid=20120604050025 and references > therein show a 'works for me' example config (although the first ruleset > block should really be discarded in favor of the second one, a true > brainfart if there ever was one), with some further field notes to be > found over at my blag. > Interesting, will check that. I automated my trapping using greyscanner to automatically catch all mail servers sending to addresses with numbers in them. Then I don't need to update spamdb manually. Sometimes I see mailservers attempting delivery to both legit and non legit addresses in one connection and this will then catch that mailserver. I.e. in greyscanner.conf (use with caution..): @GOOD = ( qr'^[A-Za-z\.\+]+@mydomain.(com|se)$'i, ); $COMPREHENSIVE = 1; The main risk I see (as I am paranoid) is that a malicious person could use a bouncing mail to make my mailserver trap a legit mail server that I do not yet have as whitelisted. BR /Joakim