Gary V wrote:
$final_spam_destiny = D_DISCARD; ****
$QUARANTINEDIR = '/var/spool/amavis/virusmails/';
$spam_quarantine_method = "local:spam-%b-%i-%n"; # default
$virus_quarantine_to = 'virus-quarantine';
$spam_quarantine_to = 'spam-quarantine'; ****
$sa_tag2_level_deflt = 5.0; ****
$sa_kill_level_deflt = 15.0; ****
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.
Since these are defaults, you could simply leave them commented out:
#$virus_quarantine_method = "local:virus-%i-%n"; # default
#$spam_quarantine_method = "local:spam-%b-%i-%n"; # default
Right, thanks
I'll update amavisd-new, try again and post my whole config if it
doesn't work.
Thanks
Hans
-------------------------------------------------------
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/