Re: [Clamav-users] clamav-milter installation question

2008-11-10 Thread martinnitram
FYI: the init script also included at source tarball as clamav-$version/contrib/init/ Hongwei Li wrote: > > My installation did not set/create any config file for clamav-milter, but > only for clamav and freshclam. Also, it did not set/create any "startup > script" or service for it. Maybe I mi

Re: [Clamav-users] clamav-milter installation question

2008-11-10 Thread aCaB
Allen, Geoff wrote: > As a new user of ClamAV, this also confused me! > > It uses clamd.conf. I couldn't find this documented anywhere. The man > page simply refers to "the config file" but never says what file is used > as the default. Indeed cofusigng, however a fix is already scheduled for 0.9

Re: [Clamav-users] clamav-milter installation question

2008-11-10 Thread Allen, Geoff
> I don't know what man page you're looking at, but the one I'm looking > at doesn't use that expression anywhere, and indeed it does tell you > about clamd.conf. You are correct. I must have been looking at an outdated one. > You do need to learn how to use man pages. Agreed, they tend to > bre

Re: [Clamav-users] clamav-milter installation question

2008-11-10 Thread Hongwei Li
> martinnitram wrote: >> if you used /etc/rc.d/init.d/clamav-milter to start the milter, at >> around >> line 20, you can see >> >> ... >> # Local clamav-milter config >> CLAMAV_FLAGS= >> test -f /etc/sysconfig/clamav-milter && . /etc/sysconfig/clamav-milter >> ... >> >> so the milter config file s

Re: [Clamav-users] clamav-milter installation question

2008-11-09 Thread Dennis Peterson
martinnitram wrote: > if you used /etc/rc.d/init.d/clamav-milter to start the milter, at around > line 20, you can see > > ... > # Local clamav-milter config > CLAMAV_FLAGS= > test -f /etc/sysconfig/clamav-milter && . /etc/sysconfig/clamav-milter > ... > > so the milter config file should be "/et

Re: [Clamav-users] clamav-milter installation question

2008-11-09 Thread Nathan Brink
martinnitram wrote: > if you used /etc/rc.d/init.d/clamav-milter to start the milter, at around > line 20, you can see > > ... > # Local clamav-milter config > CLAMAV_FLAGS= > test -f /etc/sysconfig/clamav-milter && . /etc/sysconfig/clamav-milter > ... > > so the milter config file should be "/etc/

Re: [Clamav-users] clamav-milter installation question

2008-11-09 Thread martinnitram
if you used /etc/rc.d/init.d/clamav-milter to start the milter, at around line 20, you can see ... # Local clamav-milter config CLAMAV_FLAGS= test -f /etc/sysconfig/clamav-milter && . /etc/sysconfig/clamav-milter ... so the milter config file should be "/etc/sysconfig/clamav-milter" hope helpfu

Re: [Clamav-users] clamav-milter installation question

2008-11-08 Thread G.W. Haywood
Hi there, On Sat, 8 Nov 2008 Allen, Geoff wrote: > > Hongwei Li wrote: > > One question: I could not find config file for clamav-milter. > > [snip] > > Should there be a config file for clamav-milter? If yes, where is it? > > If no, how to configure it? > > As a new user of ClamAV, this also conf

Re: [Clamav-users] clamav-milter installation question

2008-11-07 Thread Allen, Geoff
> One question: I could not find config file for clamav-milter. I see > only: > # ls -l /usr/local/etc/ > total 20 > -rw-r--r-- 1 root root 11474 2008-11-06 14:14 clamd.conf > -rw-r--r-- 1 root root 5137 2008-11-06 11:52 freshclam.conf > > Should there be a config file for clamav-milter? If yes,

Re: [Clamav-users] clamav-milter installation question

2008-11-07 Thread Hongwei Li
27;origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la part de Hongwei Li > Envoyé : 6 novembre 2008 16:40 > À : clamav-users@lists.clamav.net > Objet : [Clamav-users] clamav-milter installation question > > Hi, > > I try to install clamav-0.94.1 on my FCC9

Re: [Clamav-users] clamav-milter installation question

2008-11-07 Thread Nigel Horne
Hongwei Li wrote: > Hi, > > I try to install clamav-0.94.1 on my FCC9 Linux system. After > uncompressing the package, I did the following: > > # CD /usr/local/src/clamav-0.94.1 > # ./configure > You need to run "./configure --enable-milter". For further information see .../clamav-milter/INSTALL

Re: [Clamav-users] clamav-milter installation question

2008-11-06 Thread Philippe Ratté
./configure --help Is always your friend when building packages from source :) -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Hongwei Li Envoyé : 6 novembre 2008 16:40 À : clamav-users@lists.clamav.net Objet : [Clamav-users] clamav-milter install

[Clamav-users] clamav-milter installation question

2008-11-06 Thread Hongwei Li
Hi, I try to install clamav-0.94.1 on my FCC9 Linux system. After uncompressing the package, I did the following: # CD /usr/local/src/clamav-0.94.1 # ./configure # make # make install It looks okay, no error. Then, I edit the config files: /USR/local/etc/calmed.conf and freshclam.conf comment o

[Clamav-users] Clamav-milter installation

2006-12-14 Thread Arthur Sherman
Hi Blues, I need your help with clamav-milter configuration. OS=CentOS-4.4, MTA=Sendmail-8.13, ClamAV=0.88.7 4 packages installed: clamd-0.88.7-1.el4.rf clamav-0.88.7-1.el4.rf clamav-milter-0.88.7-1.el4.rf clamav-db-0.88.7-1.el4.rf It says in docs that the milter can work with libclam, which is

RE: [Clamav-users] clamav-milter installation

2004-10-12 Thread Pete
On Tue, 12 Oct 2004, Evan Pierce wrote: Pete You did rebuild your sendmail.cf file from a mc file with the milter configuration included? Here is my sendmail.mc file ---Star sendmail.mc --- include(`../m4/cf.m4') VERSIONID(`default setup for Slackware Linux')dnl OSTYPE(`linux')dnl dnl# These settin

RE: [Clamav-users] clamav-milter installation

2004-10-12 Thread Evan Pierce
Thanks Evan. I completely missed that option when first installing. Late night and all ... I have done just as you state, and ClamAV went in just fine. I did have some trouble with the milter though, when I restarted Sendmail. To mine inexperienced eyes, it looked like some kind of syntax error,

RE: [Clamav-users] clamav-milter installation

2004-10-11 Thread Pete
On Mon, 11 Oct 2004, Evan Pierce wrote: Pete Build your clamav from source using configure --enable-milter make make install And then configure Sendmail correctly for your milter and it all works fine - I have this successfully running on Slack 10 and sendmail 8.13.1 If you have any questions ust s

RE: [Clamav-users] clamav-milter installation

2004-10-11 Thread Evan Pierce
Pete Build your clamav from source using configure --enable-milter make make install And then configure Sendmail correctly for your milter and it all works fine - I have this successfully running on Slack 10 and sendmail 8.13.1 If you have any questions ust shout. Evan ___

Re: [Clamav-users] clamav-milter installation

2004-10-08 Thread Mikel Bauer
The socket that you need to connect to is the clamav-milter help prog socket, not the main clamd socket. /tmp/clamd is more than likely the clamd daemon socket. You cannot use the sendmail milter filters without using the clamav-milter helper program. It's possible that you will need to get aho

Re: [Clamav-users] clamav-milter installation

2004-10-08 Thread Ken Jones
Pete, First: http://www.clamav.net/snapshot/clamav-devel-latest.tar.gz This is where you can get the nightly CVS snapshot. as for the error: 451 4.0.0 /etc/mail/sendmail.cf: line 1679: Xclmilter: local socket name /tmp/clamd unsafe: World writable directory it means the permissions on the direc

Re: [Clamav-users] clamav-milter installation

2004-10-08 Thread Pete
On Fri, 8 Oct 2004 09:06:40 -0500 (CDT), you wrote: >Pete, > >In order to work with sendmail, you will seen to rebuild your sendmail.cf >file. Also, in addition to having sendmail compiled with milter support, >you will need the lib files for the sendmail milter. You can get these by >getting the

Re: [Clamav-users] clamav-milter installation

2004-10-08 Thread Ken Jones
Pete, In order to work with sendmail, you will seen to rebuild your sendmail.cf file. Also, in addition to having sendmail compiled with milter support, you will need the lib files for the sendmail milter. You can get these by getting the 13.1 code and building / installing juse the milter from th

[Clamav-users] clamav-milter installation

2004-10-08 Thread Pete
Hello all, I have Sendmail 8-13-1 running on Slackware 10. I've installed ClamAV 0.80rc3 via a slackware package : clamav-0.80rc3-i686-1jto.tgz I got this package from here : http://webpages.charter.net/jay_scott_raymond/linux/slackages/slack100.html It went in ok, and I've edited my clamd.con