*********** REPLY SEPARATOR  ***********

On 4/13/2005 at 5:49 PM Nigel Horne wrote:

>On Wednesday 13 Apr 2005 17:19, Carl Thompson wrote:
>> Does anyone know of a good walkthru for the new system (clamav-milter
>not requiring clamd) so that I can setup a dedicated server for virus
>scanning?
>
>Look in .../clamav-milter/INSTALL
>
>> Thanks
>> Carl
>
>-Nigel
>

I looked at the document and it gives a milter rule for sendmail to connect to 
a remote clamav-milter process:

INPUT_MAIL_FILTER(`clamav', `S=inet:[EMAIL PROTECTED], F=, T=S:4m;R:4m')dnl

and the install doc says to put

CLAMAV_FLAGS="--server=192.168.1.9 local:/var/run/clamav/clmilter.sock"

in the sysconfig/clamav-milter

I do this and clamav-milter runs as such

clamav-milter -qlm5 --server=xxx.xxx.xxx.xxx local:/var/run/clamav/clmilter.sock

but netstat does not show that port as listening aftward

I checked clamav-milter --help and it defines server as a remote server running 
clamd for clamav-milter to connect to (and this is how i used it back in the 
day when clamav-milter required clamd)

Do I still need to configure (and can I) clamav-milter on the local machine and 
have it connect to a remote clamd process or is there a way to run a remote 
clamav-milter process on a TCP port and have sendmail connect to it as 
suggested in clamav-milter/INSTALL ?

I can only get clamd to open port 3311 as a listening TCP socket.

Carl

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to