| |||||||||||||||||||||||||||||||
|
> On the extreme side and it is one of the things I am not sure is a great > idea but works, I took advantage of the ability of Postfix to use cidr and > blacklists. I created a cidr table and add cidr ranges with reject as the > action. The pitfall with ranges is some places might get trapped. The real pitfall with this approach is that it comes with a significant maintenance overhead. Maintaining such lists soon becomes tiresome. > I have to be > careful on the cidr ranges, AT&T, Comcast and Verizon pops up on whois > checks allot. > > check_client_access cidr:/etc/postfix/client.cidr > check_client_access hash:/etc/postfix/blacklistedip > > These lists grow depending on my desire to add to the lists. It is one of > those monsters that continues to add to the workload. I base the entries > off of what is getting past all my checks which includes spam assassin. > Usually an employee complaint gets it added. Anything that is flagged by > ClamAV has a high chance of getting on my black lists as well. You should investigate more automated methods. Simply implementing greylisting or nolisting is likely to have a significant impact. If you want to raise the bar further for certain CIDR blocks, consider selective unlisting: http://unlisting.org/selective.html Mail to my site roughly runs this gauntlet: Selective Unlisting -> Nolisting -> RBL -> helo checks -> sender checks -> before queue SpamAssassin -> minimal header/body checks In December 2007, the account I'm using now to write list mail (thus making it a spam attractor) got a total of 3 spam messages delivered to its INBOX. No mail was quarantined (requiring inspection), all rejections occurred before reaching the MTA or during the SMTP conversation, and there were no reported false positives. Besides glancing at my reports each morning, there is hardly any maintenance (sa-update runs daily and SA's bayes database auto-learns with excellent accuracy in this arrangement). Typically, months will go by before I tweak anything, and I'm often unaware of spam surges because user INBOXes are rarely affected (I might see blips in my MRTG graphs, instead). My point is that by focusing on behaviour and obvious spam indicators, you can avoid the drudgery associated with identifying and maintaining lists of individual offenders, and put a system in place that will help protect you against unknown abusers.
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com