Kaushal Shriyan wrote:
Hi ALL

I successfully installed the below package on RHEL4 AS U2

clamav-0.88.3-1.el4.rf.i386.rpm
clamav-db-0.88.3-1.el4.rf.i386.rpm

My Sendmail version are as below

sendmail-8.13.1-2

I did followed http://www.clamav.net/doc/0.88.3/clamdoc.pdf but could not
understand how to integrate with sendmail

My Questions are

1)How do i start Clamav on my linux box

You should install clamav-milter-0.88.3-1.el4.rf.i386.rpm and read the docs that come with it.

2)How do i integrate with Sendmail MTA

Modify your sendmail.mc, adding the following:

INPUT_MAIL_FILTER(`clamav-milter', `S=local:/var/run/clamav/clamav-milter.sock, F=T,T=S:4m;R:4m;E:10m')

That's supposed to be one line, by the way.

Then run

make -C /etc/mail

chkconfig clamav-milter on, start it and then restart sendmail.

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

Reply via email to