Philippe Laquet wrote: > Morten Nilsen wrote: >>It seems that amavis enjoys piling up copies of messages in >>/var/spool/amavis/tmp > > What kind of messages, I mean, are they named "SPAM-*" or "VIRUS-*" ? I > didn't have any problem with amavisd, but I had to had CRON jobs to > purge that directory - It grows quickly.
amavis-20051114T000158-27785/ -rw-r----- 1 amavis amavis 2938 Nov 14 00:43 email.txt drwxr-x--- 2 amavis amavis 17 Nov 14 00:43 parts/ > >>I erased some 50MB or more the other day, and now I've got almost 1MB >>there again... >> >>they are regular emails without attachments that have been delivered to >>my mailbox > > If there are almost "SPAM-*" you probably have to check to > "sa_kill_level" parameter in amavisd.conf - you can turn this parameter > to tell amavisd/spamassassin to simply discard SPAM above that level, no > quarantine will be used. $sa_tag_level_deflt = -999; $sa_tag2_level_deflt = 5.0; $sa_kill_level_deflt = 10.0; $sa_dsn_cutoff_level = 10; with you mentioning "quarantine" I added these; $banned_quarantine_to = undef; $bad_header_quarantine_to = undef; $spam_quarantine_to = undef; just to test... now I'll have to wait I went through the conf looking for quarantine when I set amavis up, and; # Location to put infected mail into: (applies to 'local:' quarantine method) # empty for not quarantining, may be a file (Unix-style mailbox), # or a directory (no trailing slash) # (the default value is undef, meaning no quarantine) # #$QUARANTINEDIR = '/var/spool/amavis/virusmails'; I interpreted that as meaning I wouldn't get any quarantine of any kind.. Cheers, -- Morten _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
