[Clamav-users] clamd - NEVER use "%f" in your "VirusEvent"

2004-04-01 Thread Korchmenuk Nickolay
Hi read this: http://www.opennet.ru/base/netsoft/1080715226_147.txt.html -- Korchmenuk Nickolay 01 Apr 2004 11:20:19 --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and C

Re: [Clamav-users] Segmentation fault in clamav-0.70rc-1

2004-04-01 Thread Odhiambo Washington
* jamie <[EMAIL PROTECTED]> [20040401 08:29]: wrote: > > > On Thu, 25 Mar 2004, Todd Lyons wrote: > > > On Thu, 2004-03-25 at 08:36, Claudio Alonso wrote: > > > Hi, > > > Yesterday I installed clamav-0.70rc-1 from rpm on my RedHat 9.0 (kernel > >

[Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Kai Lien
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I am trying to setup sendmail, clamd, and clamav-milter. Here are the software packages: (btw, I am also running procmail and spamassassain) #Software version redhat v8 sendmail-cf-8.12.5-7 sendmail-devel-8.12.5-7 sendmail-8.12.5-7 sendm

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Sergey
On Thursday 01 April 2004 21:27, Kai Lien wrote: > #sendmail maillog error > Apr 1 10:28:25 elixir sendmail[31518]: NOQUEUE: SYSERR(root): > /etc/mail/sendmail.cf: line 1638: Xclmilter: `=' expected This is syntactic error in sendmail.cf. It is not clamav-milter error. > I added these to sendma

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Nigel Horne
On Thu, 2004-04-01 at 17:27, Kai Lien wrote: > Here is my clamav-milter config: > > CLAMAV_FLAGS=" > --config-file=/etc/clamav.conf > --max-children=10 > -ol local:/var/clamav/clmilter.socket > " Since your arguments go across multiple lines you need to escape the end of

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Christopher X. Candreva
On Thu, 1 Apr 2004, Kai Lien wrote: > INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.socket, > F=, T=S:4m;R:4m')dnl ^ Could be that space. This is my line, I'm going to wrap differntly to show each parameter. In my file it it's one line for INPUT_MAIL_FILTER INPUT_MAIL_FILTER(

Re: [Clamav-users] Segmentation fault in clamav-0.70rc-1

2004-04-01 Thread Todd Lyons
On Wed, 2004-03-31 at 21:14, jamie wrote: > > > > You probably saw some of my issues. I'm using RH 9.0 as well and have > > problems with spamd SegFaulting. I personally think it's pthread > > related, but have zero data to back it up. On my system, clamd handles > > 20K or 30K messages in about

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Ing. Germán González B.
> > INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.socket, > F=, T=S:4m;R:4m')dnl > define(`confINPUT_MAIL_FILTERS', `clmilter') > Should be > INPUT_MAIL_FILTER(`clamav',`S=local:/var/clamav/clmilter.socket, ^^^ > F=R, T=S:4m;R:4m')dnl ^ >

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread B. van Ouwerkerk
I am trying to setup sendmail, clamd, and clamav-milter. Here are the software packages: (btw, I am also running procmail and spamassassain) #Software version redhat v8 sendmail-cf-8.12.5-7 sendmail-devel-8.12.5-7 sendmail-8.12.5-7 sendmail-doc-8.12.5-7 clamd-0.68-1.rh80.dag clamav-devel-0.68-1.rh

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Kris(tof Petr
Sergey wrote: On Thursday 01 April 2004 21:27, Kai Lien wrote: #sendmail maillog error Apr 1 10:28:25 elixir sendmail[31518]: NOQUEUE: SYSERR(root): /etc/mail/sendmail.cf: line 1638: Xclmilter: `=' expected This is syntactic error in sendmail.cf. It is not clamav-milter error. I added these

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Kai Lien
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you. I removed the 'F=' from the sendmail.mc and now it is working. Kai On Thu, 1 Apr 2004, Sergey wrote: > On Thursday 01 April 2004 21:27, Kai Lien wrote: > > > #sendmail maillog error > > Apr 1 10:28:25 elixir sendmail[31518]: NOQUEUE

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Todd Lyons
On Thu, 2004-04-01 at 08:27, Kai Lien wrote: > /etc/mail/sendmail.cf: line 1639: fileclass: cannot open ',': No such file > or directory This looks like something tried to see the F class to a ','. > I added these to sendmail.mc: > > INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.so

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Antony Stone
On Thursday 01 April 2004 8:22 pm, Petr wrote: > Bullshit. Setting 'F=' is absolute correct. > > You have error in sendmail.mc. Consult clamav-milter > documentation for details. > > Petr Please try to keep this mailing list polite, even if you disagree with someone. Thanks, Antony. -- If th

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Sergey
On Friday 02 April 2004 00:22, Kris(tof Petr wrote: > >>INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.socket, > >>F=, T=S:4m;R:4m')dnl > > > > I'm not remember, but I think that 'F=' is incorrect. > > Bullshit. Setting 'F=' is absolute correct. May be. But error must be in this li

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Todd Lyons
On Mon, 2004-02-02 at 14:08, Nigel Horne wrote: > Since your arguments go across multiple lines you need to escape the end > of lines thus. For more info do "man sh" I don't have it that way in mine and the milter starts up just fine. What's the reason that having it that way is not acceptable?

[Clamav-users] Re: running for qmail

2004-04-01 Thread Ben Holt
Payal Rathod wrote: Hi, Does anyone have an idea if it is possible to use clamav directly from a dot-qmail file or maybe with maildrop (i.e. without using any virus handler)? Can someone hint on this? I have user level access to the system. (I know this is an old message, but thought I would add my

Re: [Clamav-users] Segmentation fault in clamav-0.70rc-1

2004-04-01 Thread Tomasz Kojm
On Thu, 1 Apr 2004 11:36:40 +0300 Odhiambo Washington <[EMAIL PROTECTED]> wrote: > Another thing: I run clamd using daemontools. Interestingly, the > supervise program always dies on this box (I can't figure out why), > but clamd is always alive. :-) -- oo. Tomasz Kojm <[EMAI

Re: [Clamav-users] clamd - NEVER use "%f" in your "VirusEvent"

2004-04-01 Thread Tomasz Kojm
On Thu, 1 Apr 2004 11:26:30 +0300 Korchmenuk Nickolay <[EMAIL PROTECTED]> wrote: > Hi > > read this: > http://www.opennet.ru/base/netsoft/1080715226_147.txt.html Thank you very much for the link (we haven't received any info from the original author). -- oo. Tomasz Kojm <[E

Re: [Clamav-users] testvirus.org eicar tests failing w/ ClamAV version devel-20040316 on OSX+CGPro

2004-04-01 Thread OpenMacNews
-- On Thursday, March 18, 2004 9:47 PM +0100 Thomas Lamy <[EMAIL PROTECTED]> wrote: I agree here. It just comes down to: - Have you enabled the ScanMail and ScanArchive options in your clamav.conf, or are you using clamscan --mbox? If not, this is the culprit. just re-checked, ScanMail & ScanA

Re: [Clamav-users] sendmail, clamav-milter error

2004-04-01 Thread Jason Williams
- Original Message - From: )> To: <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 2:22 PM Subject: Re: [Clamav-users] sendmail, clamav-milter error > Sergey wrote: > > On Thursday 01 April 2004 21:27, Kai Lien wrote: > > > > > >>#sendmail maillog error > >>Apr 1 10:28:25 elixir sen

[Clamav-users] clamav-milter dies, mail goes through un scanned.

2004-04-01 Thread Christopher X. Candreva
I've noticed that if clamd dies, clamav-milter returns a 4.x.x error so mail is queued up. However, it clamav-milter itself dies, such that the milter socket isn't there, sendmail logs an error but mail continues through unscanned. Is there a way to set up the milter so that mail receives a simi

Re: [Clamav-users] clamav-milter dies, mail goes through un scanned.

2004-04-01 Thread Damian Menscher
On Thu, 1 Apr 2004, Christopher X. Candreva wrote: > I've noticed that if clamd dies, clamav-milter returns a 4.x.x error so mail > is queued up. > > However, it clamav-milter itself dies, such that the milter socket isn't > there, sendmail logs an error but mail continues through unscanned. > > I

[Clamav-users] exiscan and clamd 0.70 devel-20040316

2004-04-01 Thread Michael V. Sokolov
sirs, we have quite uncomfortable situation: messages with size >1 mb periodically resends to us, because remote side got: delay=1539, status=deferred (conversation with proton.ecros.ru[62.141.114.178] timed out while sending end of data -- message may be sent more than once) On the other hand