Hello.

I installed clamav 0.71 yerstaday on a production mail relay.

Before i used clamav 0.70, clamav-milter 0.70 worked just fine with same
configuration.
But 0.71 hangs to times already. (it's working about 2 days).

I use this workaround now in crontab:

* * * * *       test `ps axm | grep /usr/sbin/clamav-milter | grep -v \
grep | wc -l` -eq 1 && ( /etc/rc.d/clamav-milter stop ; \
/etc/rc.d/clamav-milter start ; (echo -ne "To: \
[EMAIL PROTECTED]: WARNING, clamav-milter restarted\n\n`date`" \
| sendmail -t -oi) )

I start milter: /usr/sbin/clamav-milter --quiet inet:[EMAIL PROTECTED]
My clamav.conf is ( grep -v "^#" clamav.conf | grep -v "^$"):

---SNIP---
LogTime
LogSyslog
PidFile /var/run/clamav/clamd.pid
TemporaryDirectory /tmp
DatabaseDirectory /var/lib/clamav
LocalSocket /tmp/clamd
FixStaleSocket
MaxConnectionQueueLength 100
StreamSaveToDisk
StreamMaxLength 200M
MaxThreads 100
ReadTimeout 120
MaxDirectoryRecursion 15
SelfCheck 1200
User clamav
ScanOLE2
ScanMail
ScanArchive
ScanRAR
ArchiveMaxFileSize 200M
ArchiveMaxRecursion 5
ArchiveMaxFiles 1000
ArchiveMaxCompressionRatio 200
---SNIP---

My uname -a: Linux spamd.ss.rgs.ru 2.4.26 #3 Wed Apr 28 21:40:39 MSD
2004 i686 unknown unknown GNU/Linux
Distro is CRUX 1.3, glibc 2.3.2, libgmp 4.1.2, sendmail 8.12.11.

Logs (nothing wrong there exept restarting milter), mail:

        May 21 17:58:59 spamd clamav-milter[26343]: i4LE3XPU012342: stream:
        Worm.SomeFool.P Intercepted virus from <[EMAIL PROTECTED]> to...
*here-> May 21 18:00:02 spamd clamav-milter[26475]: clamd / ClamAV version 0.71,
        clamav-milter version 0.71
        May 21 18:00:02 spamd clamav-milter[26485]: i4LE67wm012423: clean
        message from <[EMAIL PROTECTED]>

and nothing in mesages.

Should i run it in debug mode?

What's wrong? Or is it a bug?

Could i use clamav-milter 0.70 with clamd 0.71 ?

Thanx.

-- 
 Alex V. Kovirshin <alexk at ss dot rgs dot ru>


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to