Re: [Clamav-users] NetBSD support

2004-04-12 Thread Phil Schilling
On Sun, 11 Apr 2004 14:07:54 +0100 Nigel Horne <[EMAIL PROTECTED]> wrote: > On Sunday 11 Apr 2004 1:44 pm, Phil Schilling wrote: > > It appears that NetBSD support is lacking. I am wondering if > > > > there is any way that I can help revive it? I am not a programmer > > but if there is any way

Re: [Clamav-users] NetBSD support

2004-04-12 Thread Tomasz Kojm
On Mon, 12 Apr 2004 04:45:46 -0500 Phil Schilling <[EMAIL PROTECTED]> wrote: > On Sun, 11 Apr 2004 14:07:54 +0100 > Nigel Horne <[EMAIL PROTECTED]> wrote: > > > On Sunday 11 Apr 2004 1:44 pm, Phil Schilling wrote: > > > It appears that NetBSD support is lacking. I am wondering if > > > > > there

Re: [Clamav-users] NetBSD support

2004-04-12 Thread Nigel Horne
I have just successfully built the latest CVS version on NetBSD 1.6.2 (x86, sorry I don't have a Sparc64 machine), admittedly without pthreads (use --disable-pthreads to configure). -Nigel -- Nigel Horne. Arranger, Composer, Typesetter. NJH Music, Barnsley, UK. ICQ#20252325 [EMAIL PROTECTED] ht

Re: [Clamav-users] clamd.ctl not read at bootup

2004-04-12 Thread Fajar A. Nugraha
Karl Hakmiller wrote: I've verified that clamd is running so I suppose the problem is that clamav-milter is unable to communicate with clamd. It would help me in troubleshooting this if you could tell me the default location of the clamav-milter config file and, perhaps, indicate the content I sh

[Clamav-users] Write failure

2004-04-12 Thread Julio Galicia
Hi, list: i have installed clamav 0.70rc. Sometimes send me this msg: Apr 12 10:11:04 correo clamav-milter[5236]: clamfi_header: Subject: Contactos XXX.xls Apr 12 10:11:04 correo sendmail[5235]: i3CF9ZHd005235: milter=clamav, action=header, continue Apr 12 10:11:04 correo clamav-milter[5236]: cl

Re: [Clamav-users] clamav-milter exited on signal 11

2004-04-12 Thread Mike Lambert
On Sun, 11 Apr 2004, Damian Menscher wrote: > > While I appreciate your suggestion, I don't think it is relevant in this > > case. This is happening on a machine (IBM x335) that has never crashed, > > nor had any process exit under similar circumstance, in two years of > > continuous operation (an

[Clamav-users] False positives on Worm.Bagle.P.2

2004-04-12 Thread Keith G. Murphy
I'm finding this detected on C:\WINDOWS\directcc.exe on some Win98 shares, even when the executable in question has been freshly installed. -- Why waste time learning when ignorance is instantaneous? -- Hobbes --- This SF.Net email is

[Clamav-users] Clamd Virus stats using php/rrdtool

2004-04-12 Thread Fajar A. Nugraha
Korchmenuk Nickolay wrote: grep FOUND clamd.log | cut -d \ -f 2 | sort | uniq -c grep FOUND clamd.log | cut -d \ -f 2 | sort | uniq -c | awk '{print $2,$1}' grep FOUND clamd.log | awk '{print $8}' | sort | uniq -c | sort -k1nr,1 Who's next? ;-) me :-) top10 from clamd.log -

Re: [Clamav-users] False positives on Worm.Bagle.P.2

2004-04-12 Thread Antony Stone
On Monday 12 April 2004 5:10 pm, Keith G. Murphy wrote: > I'm finding this detected on C:\WINDOWS\directcc.exe on some Win98 > shares, even when the executable in question has been freshly installed. So submit the file as a false positive on the ClamAV website then. No point in assuming that the

Re: [Clamav-users] Clamd Virus stats using php/rrdtool

2004-04-12 Thread Jakub Jankowski
On 2004-04-12, Fajar A. Nugraha wrote: >grep FOUND clamd.log | cut -d \ -f 2 | sort | uniq -c [...] >With all these good answer, I find it amazing that no one actually >answered the real question : >Is anyone using mrtg to gather stats on spam/virus activity? I believe I did: In-Reply-To:

[Clamav-users] clamav-milter failure

2004-04-12 Thread Glenn W. Bach
On a Redhat 9 box, I'm trying to run clamav-milter with sendmail. clamav-milter 0.68 sendmail 8.12.8 * I'm using clamav rpms from fedora.us: clamav-lib-0.68-0.fdr.2.rh90 clamav-milter-0.68-0.fdr.2.rh90 clamav-data-0.68-0.fdr.2.rh90 clamav-0.68-0.fdr.2.rh90 clamav-server-0.68-0.fdr.2.rh90 * I've c

Re: [Clamav-users] clamav-milter failure

2004-04-12 Thread Stephen Gran
On Mon, Apr 12, 2004 at 12:13:13PM -0700, Glenn W. Bach said: > * I've configured clamav (w/ #Example): > LocalSocket /var/run/clamd.milter/clamd.sock > StreamSaveToDisk > * I've configured sendmail: > INPUT_MAIL_FILTER(`clamav-milter',`S=local:/var/run/clamd.milter/clamd.sock,F=, > T=S:4m;R:4m')d

Re: [Clamav-users] NetBSD support

2004-04-12 Thread Phil Schilling
On Mon, 12 Apr 2004 13:04:12 +0200 Tomasz Kojm <[EMAIL PROTECTED]> wrote: > > From ChangeLog: > > Mon Apr 5 23:49:23 CEST 2004 (tk) > -- > * contrib: new init script for SuSE (by Martin Fuxa > )* configure: fix linking problem under NetBSD > (reported by N

[Clamav-users] RAR module failure

2004-04-12 Thread Niek
Hi list, Using devel of 20040412, and got this RAR module failure on a rar. unfortunately qmail-scanner deleted it, so can't reproduce it. Isn't it possible to make clamav call the freeware unrar executable ? Regards, Niek --- T

[Clamav-users] How to bypass milter scanning for selected users?

2004-04-12 Thread Hokan
I am running clamav-milter with sendmail. My present configuration has sendmail rejecting emails that contain a detected virus. How can I configure my system so mail to abuse@ or postmaster@ are not rejected? --- This SF.Net email is sponsored

Re: [Clamav-users] How to bypass milter scanning for selected users?

2004-04-12 Thread Jakub Jankowski
On 2004-04-12, Hokan wrote: >I am running clamav-milter with sendmail. > >My present configuration has sendmail rejecting emails >that contain a detected virus. > >How can I configure my system so mail to abuse@ or >postmaster@ are not rejected? clamav-milter.c, around line 750 /* * Whitelist o

Re: [Clamav-users] NetBSD support

2004-04-12 Thread Phil Schilling
On Mon, 12 Apr 2004 13:04:12 +0200 Tomasz Kojm <[EMAIL PROTECTED]> wrote: > > From ChangeLog: > > Mon Apr 5 23:49:23 CEST 2004 (tk) > -- > * contrib: new init script for SuSE (by Martin Fuxa > )* configure: fix linking problem under NetBSD > (reported by N

[Clamav-users] "Session 1 stopped due to timeout"?

2004-04-12 Thread Damian Menscher
Looking through my logs for unusual events, I find: Sun Mar 21 20:21:07 2004 -> Session 0 stopped due to timeout. Wed Apr 7 19:00:57 2004 -> Session 1 stopped due to timeout. Mon Apr 12 20:23:01 2004 -> Session 1 stopped due to timeout. It doesn't look like any messages were rejected (I have sen

[Clamav-users] Schedule?

2004-04-12 Thread Shannon Werb
Hi there again... I have been using ClamWin more and more lately, really like it, fee scanner, etc... now running on my kids systems even! I thought you had mentioned that there were docs on SF about how to use the Windows Scheduler to schedule scans? For the life of me I cannot find them?

[Clamav-users] More on schedules...

2004-04-12 Thread Shannon Werb
I just found the help in clamscan.exe: C:\Program Files\ClamWin\bin>clamscan --help Clam AntiVirus Scanner devel-20040408 (C) 2002 - 2004 Tomasz Kojm <[EMAIL PROTECTED]> --help-h Show help --version -V