Hans wrote: >>> >>This should be working, it should quarantine spam that scores at 15.0 or >>above. What version of amavisd-new are you using? >> > The thought hadn't occurded to me... amavisd-new-2.0-4 as supplied (and > updated) in SUSE 9.2. I guess I should upgrade it first? :-)
>> Are you possibly using >>an older version with a hack to discard high scoring spam, or >>$sa_quarantine_cutoff_level or @spam_quarantine_cutoff_level_maps with >>a 2.3.x version? >> >> > No hack that I'm aware of, and no maps of any sort. Like I mentioned > earlier, the marked lines are the only ones I've change (except for > domain name, mail admin and adding one antivirus). The rest is standard > as per the amavisd.conf.dist file. >>Double check file permissions on /var/spool/amavis/virusmails/ >> >> > drwx------ 2 vscan root 271K Sep 5 00:27 virusmails > the permissions should be OK, because the virus mails do get chucked > into this directory. It's just the spam that doesn't, which leads me to > believe I have a config issue. > I'll update amavisd-new, try again and post my whole config if it > doesn't work. Every version that has $spam_quarantine_to properly defined (as you do) should quarantine spam above $sa_kill_level_deflt unless something else in the config is not set right, or it is not able to write a file due to permission problems, or something is in place to delete the quarantined messages. I would insure that every instance of "$spam_quarantine_method" is commented out, and that there is only one "$spam_quarantine_to" defined. I would grep spam_quarantine_to /path_to/amavisd.conf grep spam_quarantine_method /path_to/amavisd.conf and I would also chown -R vscan:vscan /var/spool/amavis/virusmails/ If necessary, temporarily change $log_level to 5 and send a message that will score above $sa_kill_level_deflt. > Thanks > Hans Gary V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ 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/
