Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-05 Thread Ray Slakinski
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clmilter.sock, F=, T=S:4m;R:4m')dnl define(`confINPUT_MAIL_FILTERS', `clmilter') Still no changes to clamd.log, and no headers added to incoming mail. At least sendmail is still working... This may be related to a problem I just finished working thro

Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-05 Thread Tomasz Papszun
ions > > I just feel like an idiot for not being able to make this work. Thanks > for your suggestions though. > > -Original Message- > From: Ludek Finstrle [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 1:59 AM > To: [EMAIL PROTECTED] > S

RE: [Clamav-users] Problems making ClamAV with Milter

2003-09-05 Thread Brian W. Antoine
At 10:29 AM 9/5/03, you wrote: >Unfortunately, that doesn't seem to have made a bit of difference. > >INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clmilter.sock, F=, >T=S:4m;R:4m')dnl >define(`confINPUT_MAIL_FILTERS', `clmilter') > >Still no changes to clamd.log, and no headers added to incoming

RE: [Clamav-users] Problems making ClamAV with Milter

2003-09-05 Thread Hanson, Erik
, September 05, 2003 1:59 AM To: [EMAIL PROTECTED] Subject: Re: [Clamav-users] Problems making ClamAV with Milter > INPUT_MAIL_FILTER('clmilter','S=local:/var/run/clmilter.sock, F=, > T=S:4m;R:4m')dnl define('confINPUT_MAIL_FILTERS', 'clmilter')dnl

Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-05 Thread Ludek Finstrle
> INPUT_MAIL_FILTER('clmilter','S=local:/var/run/clmilter.sock, F=, > T=S:4m;R:4m')dnl > define('confINPUT_MAIL_FILTERS', 'clmilter')dnl These two lines are bad (sendmail.mc). Let's see the diference between apostrophes ' and `. The second one is correct. I had same error when I setup clamav-milt

RE: [Clamav-users] Problems making ClamAV with Milter

2003-09-04 Thread Hanson, Erik
delivered, and I can see new mail, but no headers are added or modified, and clamd.log shows no changes either. Does any of this help? Thanks everyone for your help and suggestions to even get this far for a newbie like me *pained grin* -Original Message- From: Ludek Finstrle [mailto:[EMA

RE: [Clamav-users] Problems making ClamAV with Milter

2003-09-04 Thread Hanson, Erik
32 7020 ?S12:03 0:00 /usr/sbin/clamd root 3093 0.0 0.3 4616 1828 ?S12:04 0:00 sendmail: accepting connections As for logs when mail comes in, the mail log shows an incoming mail was delivered, and I can see new mail, but no headers are added or modified, and cl

Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-04 Thread Ludek Finstrle
> allowed me to make and install the package, and follow the rest of the > instructions in the clamav documentation to make some changes to the > sendmail.cf, I've restarted sendmail and sent some test attachments > (using the /clamav-0.60/test/test1 file) and it doesn't seem to do > anything to th

RE: [Clamav-users] Problems making ClamAV with Milter

2003-09-03 Thread Hanson, Erik
EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 5:04 AM To: [EMAIL PROTECTED] Subject: Re: [Clamav-users] Problems making ClamAV with Milter > Red Hat Linux 7.3 on i386 > > On Tuesday 02 Sep 2003 5:03 pm, Hanson, Erik wrote: > > I'm trying to install ClamAV 0.60, and hav

Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-03 Thread Ludek Finstrle
> Red Hat Linux 7.3 on i386 > > On Tuesday 02 Sep 2003 5:03 pm, Hanson, Erik wrote: > > I'm trying to install ClamAV 0.60, and having some problems with the > > MAKE step: > > What operating system and CPU architecture? Change line in clamav-milter/Makefile after configure from: LIBS = -L../lib

Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-03 Thread David Jansen
About the build problems on RedHat, I noticed these too and found a workaround (and reported it here somewhere last week): edit clamav-milter/Mailfile and where it links with -lmilter, add -lsmutil libsmutil.a is also in the sendmail-devel package and it contains the strlcpy function (and maybe oth

RE: [Clamav-users] Problems making ClamAV with Milter

2003-09-03 Thread Hanson, Erik
55 AM To: [EMAIL PROTECTED] Subject: Re: [Clamav-users] Problems making ClamAV with Milter -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Sep 2003 9:42 pm, Hanson, Erik wrote: > Red Hat Linux 7.3 on i386 On RedHat Linux you need to install the sendmail-devel RPM, since clama

Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-03 Thread Nigel Horne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Sep 2003 9:42 pm, Hanson, Erik wrote: > Red Hat Linux 7.3 on i386 On RedHat Linux you need to install the sendmail-devel RPM, since clamav-milter requires it. - -Nigel - -- Nigel Horne. Arranger, Composer, Conductor, Typesetter. Owne

RE: [Clamav-users] Problems making ClamAV with Milter

2003-09-02 Thread Hanson, Erik
Red Hat Linux 7.3 on i386 -Original Message- From: Nigel Horne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 3:16 PM To: [EMAIL PROTECTED] Subject: Re: [Clamav-users] Problems making ClamAV with Milter -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Sep 2003

Re: [Clamav-users] Problems making ClamAV with Milter

2003-09-02 Thread Nigel Horne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Sep 2003 5:03 pm, Hanson, Erik wrote: > I'm trying to install ClamAV 0.60, and having some problems with the > MAKE step: What operating system and CPU architecture? - -Nigel - -- Nigel Horne. Arranger, Composer, Typesetter. NJH Musi

[Clamav-users] Problems making ClamAV with Milter

2003-09-02 Thread Hanson, Erik
Title: Message I'm trying to install ClamAV 0.60, and having some problems with the MAKE step: First I did   ./configure --prefix=/usr --sysconfdir=/etc --enable-milter   according to the documentation, and it doesn't seem to throw any errors yet, but when I try the MAKE step, I get this b