Philip Nix Guru wrote:
> Erik Espinoza wrote:
>> Greetings,
>>
>> I've released an updated clamav-toaster package on the devel site
>> (http://devel.qmailtoaster.com/). This is a security upgrade and
>> should be installed.
>>
>> The installation procedure is as follows:
>>
>> Step 1: Rebuild Source Package
>> # rpmbuild --rebuild --with FLAG clamav-toaster-0.88.6-1.3.6.src.rpm
>> Step 2: Stop qmail
>> # service qmail stop
>> Step 3: Remove old clamav-toaster package
>> # rpm -e --nodeps clamav-toaster
>> Step 4: Install new package
>> # rpm -Uhv /path/to/clamav-toaster-0.88.6-1.3.6.arch.rpm
>> Step 5: Rebuild cdb's
>> # service qmail cdb
>> Step 6: Start qmail
>> # service qmail start
>>
>> Thanks,
>> Erik
>>
>> ---------------------------------------------------------------------
>>     QmailToaster hosted by: VR Hosted <http://www.vr.org>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> Hello
> I just upgraded to clamav-toaster-0.88.6-1.3.6.src.rpm  but noticed a
> very big difference in the scan delay
> and a lot of warning on the bays lock file
> 
> 2006-11-12 23:31:41.749324500 [26901] info: prefork: child states: BIBI
> 2006-11-12 23:31:47.828847500 [27855] warn: bayes: cannot open bayes
> databases /home/vpopmail/.spamassassin/bayes_* R/W: lock failed: File
> exists
> 2006-11-12 23:31:48.052835500 [26914] warn: bayes: cannot open bayes
> databases /home/vpopmail/.spamassassin/bayes_* R/W: lock failed: File
> exists
> 2006-11-12 23:31:48.535812500 [26914] info: spamd: identified spam
> (3.9/3.2) for clamav:89 in 19.5 seconds, 1024 bytes.
> 
> I have a very busy smail server but I had to revert back to
> clamav-toaster-0.88.5-1.3.5.i386.rpm
> and all went back to normal
> something like that 2006-11-12 23:37:44.078152500 [28288] info: spamd:
> clean message (2.5/3.2) for clamav:89 in 0.8 seconds, 1836 bytes.
> 
> This smtp is used for scanning, with clam and spam enabled
> for about 3000 domains
> 
> I installed my own 0.88.6 using the .88.5 spec file /I modified of course)
> but didnt notice that big difference
> of course I didnt test with the 3000 domains enaled on this server (will
> do maybe tomorrow)
> 
> Just passing the info ...
> Cheers
> -P

I've seen this problem with SA too. I believe that the upgrade is
coincidental, but I could be wrong on this.

TTBOMK, the SA problem has to do with auto-expire kicking in. This process,
in addition to syncing the journal, can run quite some time, causing the
smtp session to time out.

In order to remedy the situation, I have done
# sudo -u vpopmail -H spamassassin -D bayes --lint
to see what the situation is, and and
# sa-learn -u vpopmail --force-expire
to force a sync and expiry run

You might want to add the sa-learn to a cron job and turn auto-expire off as
a permanent solution.
-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to