At 12:38 PM Monday, 1/10/2005, you wrote -=>
Jan 10 15:33:49 ermail sendmail[5685]: j0AKXnnD005685: Milter (clmilter): error connecting to filter: Connection refused by /var/clamav/clmilter.sock

It's telling you that it needs to communicate with the sock and can't. What do you get when you check /var/clamav/ ?


Mine reads:
-rw-rw----    1 clamav   clamav          5 Jan  9 04:02 clamd.pid
srwxrwxrwx    1 clamav   clamav          0 Jan  9 04:02 clamd.sock
srwx------    1 clamav   clamav          0 Jan  9 04:02 clmilter.sock

Apparently, SendMail can't communicate with the clamav-milter. Doing a ps -Af | grep clam, I don't see any services running that I would associate with the ClamAV milter. What is the correct procedure for starting the milter service? How can I troubleshoot this further?

It should have installed an rc script. For RH, look in /etc/rc.d/init.d for clamav-milter


-or-

# chkconfig --list | grep clam
clamd           0:off   1:off   2:on    3:on    4:on    5:on    6:off
clamav-milter   0:off   1:off   2:off   3:on    4:on    5:on    6:off

In which case you can run /sbin/service clamav-milter start

HTH

Ed
. . . . . . . .
Randomly generated quote:
I envy people who drink - at least they
know what to blame everything on.
-Oscar Levant, composer (1906-1972)


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

Reply via email to