|
|||||||||||
|
RE: looking into spamassassin mail proxy solution
From: Gary V <mr88talent(at)hotmail.com>
Date: Thu Sep 27 2007 - 10:47:39 EDT > Subject: RE: looking into spamassassin mail proxy solution Yes, amavisd-new has many configuration options. An easy way to pass the spam is to set kill_level high, for example: $sa_kill_level_deflt = 9999; Doing so will also prevent quarantining of spam messages.
You would then also set:
It's important in amavisd-new that @local_domains_maps contains all the domains for which you accept mail. This may help with basic understanding: http://www200.pair.com/mecham/spam/amavisd-settings.html It's also worth noting that spam scanning is very resource intensive and requires tuning (which is not covered in most HOWTOs) in order to get maximum throughput. You need to match the horsepower of the server(s) to the amount of mail you receive, or suffer mail queueing up behind amavisd-new, resulting in delayed deliveries and other serious headaches. Many find some relief in greylisting (which can delay mail) and/or policy servers like policyd-weight. Also, some of the HOWTOs are rather dated. Be careful with items such as Postfix RBL checks. Some are now extinct and will cause problems if used. I have seen people recommend zen.spamhaus.org (or alternately sbl-xbl.spamhaus.org), but that's about the extent of it. Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE Received on Thu Sep 27 10:48:43 2007 This archive was generated by hypermail 2.1.8 : Sat Oct 27 2007 - 19:50:41 EDT |
||||||||||
|
|||||||||||