Re: [Clamav-users] clam no longer starts

2003-10-20 Thread clamav
Any plans for a new stable release? Shai - Original Message - From: "Thomas Lamy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 8:06 AM Subject: Re: [Clamav-users] clam no longer starts > [EMAIL PROTECTED] wrote: > > > Where can I find this "FixStaleSocket

RE: [Clamav-users] false virus

2003-10-20 Thread Diego d'Ambra
> -Original Message- > From: [EMAIL PROTECTED] [mailto:clamav-users- > [EMAIL PROTECTED] On Behalf Of Benny Pedersen > Sent: 20. oktober 2003 05:25 > To: [EMAIL PROTECTED] > Subject: Re: [Clamav-users] false virus > > On Sunday 19 October 2003 13:05, Tomasz Kojm wrote: > >> Report: ClamAV:

[Clamav-users] clamav and squid

2003-10-20 Thread ONAY, Gabriel
Title: Nachricht Hello   I have heard, that is possible to use clamav with squid. Is that right? If yes, there are any experience with this konfiguration?     Best regards   Gabriel  

Re: [Clamav-users] clam no longer starts

2003-10-20 Thread Tomasz Kojm
On Mon, 20 Oct 2003 09:05:56 +0200 <[EMAIL PROTECTED]> wrote: > Any plans for a new stable release? You can help by testing the latest snapshot. Best regards, Tomasz Kojm -- oo. [EMAIL PROTECTED] (\/)\. http://www.konarski.edu.pl/~zolw \..._

[Clamav-users] A small cosmetic bug in clamd.c

2003-10-20 Thread Igor Brezac
I get 'Protecting against -4185375 viruses.' in the syslog when clamd starts. --- clamd.c.origMon Oct 20 16:33:14 2003 +++ clamd.c Mon Oct 20 16:33:32 2003 @@ -49,7 +49,7 @@ time_t currtime; struct cl_node *root = NULL; const char *dbdir, *cfgfile; - int

[Clamav-users] clamav-users@lists.sourceforge.net compile failes on Solaris 8

2003-10-20 Thread Christopher X. Candreva
Looks like a library is missing somewhere: gcc -O2 -mcpu=ultrasparc -pipe -o .libs/sigtool options.o sigtool.o ../clamscan/getopt.o ../clamscan/others.o -L/home/chris/apps/mail/clamav-devel-20031020/libclamav /home/chris/apps/mail/clamav-devel-20031020/libclamav/.libs/libclamav.so -lz -lbz2

Re: [Clamav-users] clamav-users@lists.sourceforge.net compile failes on Solaris 8

2003-10-20 Thread Tomasz Kojm
ake[1]: *** [sigtool] Error 1 > make[1]: Leaving directory > `/home/chris/apps/mail/clamav-devel-20031020/sigtool' make: *** > [all-recursive] Error 1 Thanks for the bug report - temporarily you can fix the problem by adding -lsocket in sigtool/Makefile -> LIBS variable. Best

Re: [Clamav-users] A small cosmetic bug in clamd.c

2003-10-20 Thread Tomasz Kojm
On Mon, 20 Oct 2003 16:37:12 -0400 (EDT) Igor Brezac <[EMAIL PROTECTED]> wrote: > > I get 'Protecting against -4185375 viruses.' in the syslog when clamd > starts. Thanks. (For clarity - this bug was introduced in the latest snapshot). Best regards, Tomasz Kojm -- oo. [EMAI

[Clamav-users] Amavis and clamav

2003-10-20 Thread Gerard Ceraso
I am trying to use amavis, with clamav scan. Amavis seems to be having problems connecting to clamav and I getting this error. Oct 20 20:48:22 cyrus postfix/smtp[712]: 9D99F2E030: to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1], delay=6108, status=deferred (host 127.0.0.1[127.0.0.1] said: 451

Re: [Clamav-users] Adding a Spam DB to ClamAV ?

2003-10-20 Thread Jason Englander
On Thu, 16 Oct 2003, Stefan Schoeman wrote: > I was wondering what it would take to add another database to ClamAV > (something like spam.db) that could also be used in scanning for spam. I Just FYI, you could do this with MIMEDefang too (you can do it with perl, so you can do it with MIMEDefang.

[Clamav-users] user/group question

2003-10-20 Thread Tom Allison
I'm trying to build clamav to run with amavisd-new. According to amavisd-new, it is recommended that I run clamav under the same user as amavisd-new (vscan:nogroup). ./configure --with-user=vscan --with-group=nogroup make make install When I run 'freshclam' I get: ERROR: Can't get information ab

[Clamav-users] Amavis and clamav

2003-10-20 Thread Gerard Ceraso
I am trying to use amavis, with clamav scan. Amavis seems to be having problems connecting to clamav and I getting this error. Oct 20 20:48:22 cyrus postfix/smtp[712]: 9D99F2E030: to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1], delay=6108, status=deferred (host 127.0.0.1[127.0.0.1] said: 451

Re: [Clamav-users] user/group question

2003-10-20 Thread Odhiambo Washington
* Tom Allison <[EMAIL PROTECTED]> [20031021 08:51]: wrote: > I'm trying to build clamav to run with amavisd-new. > > According to amavisd-new, it is recommended that I run clamav under the > same user as amavisd-new (vscan:nogroup). > > ./configure --with-user=vscan --with-group=nogroup > make >