Hi all,

I've been trying to get clamav-milter working with sendmail 8.13.1 on a linux box for a couple of days, but i continue to get the following error message in the system logs when sending email through it:



Oct 4 16:13:04 localhost clamav-milter[16955]: recv failed from clamd getting PORT


There are no error message when starting sendmail or clamav-milter.

I start clamav-milter with the following command line:

clamav-milter --max-children=2 --quiet -olb local:/temp/clmilter.sock

/temp is a directory that the "clamav" user owns


Here is a listing of my sendmail.mc file:


**********************************************************************************

divert(-1)
divert(0)dnl
VERSIONID(`$Id: generic-linux.mc,v 8.1 1999/09/24 22:48:05 gshapiro Exp $')
OSTYPE(linux)dnl
DOMAIN(generic)dnl
define(`DATABASE_MAP_TYPE', `hash')
FEATURE(`virtusertable', `hash /etc/mail/virtusertable')dnl
INPUT_MAIL_FILTER(clmilter,S=local:/temp/clmilter.sock,F=T, T=S:4m;R:4m)dnl
define(`confINPUT_MAIL_FILTERS', `clmilter')dnl
MAILER(local)dnl
MAILER(smtp)dnl


************************************************************************************


The LocalSocket entry for clamd is as follows:

LocalSocket /temp/clmilter.sock


It would be much appreciated if someone could tell me what I'm doing wrong.

Cheers,

Simon

_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to