MJ, > I am running postfix 2.2.4 on Solaris 8 with amavisd-new.2.3.2, > SpamAssassin 3.1.0 and Clamav 0.8.7.1 as an AV/AS gateway to my main > email system. Since we are any ISP and we received thousands of SPAM > messages I want to report these messages to spamcop. I have gone through > the faq's on spamcop site and some docs on spamassassin site but still I > didn't get a clear idea how to configure this. Can any one guide me on > this.
A command 'spamassassin --report' can learn/report spam to dcc, pyzor, razor, spamcop and to local bayes. A different question is how to let your users submit such mail, and solutions in this area are highly site-specific. > Second question is that am using postfix to check the rbls, is it OK or > I need to check this in amavisd? It is generally better to move all/most RBL checks from MTA to SA (local.cf). A default SA installation is already doing many RBL and URIBL checks, so it is likely you already have them in SA. The RBL checks done by MTA have an advantage they can reject mail before it is received, but it has a huge disadvantage that a false-positive (too eager RBL) can block a valid mail far too easily. Combining RBL checks with other SA tests makes false positives and broken/malicious RBLs less distructive. Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
