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 m

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?

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 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 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 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 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 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 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 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] 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 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