Ing. Mónico Briseño C. wanted us to know:

>Add the following line with the command Cron
>43 2,4,6,8,10,12,14,16,18,20,22 * * * root /root/updateclam

You can change the long list to */2 and get the same thing.

>Fourth step
>Re start the sendmail service and taste the clamAV with the Netsky virus.
>After of this, so far. We have still problems with the Beagle an Netsky
>virus.

Look in /var/log/maillog.  I'll bet Damien is right and the
clamav-milter service is not started, so sendmail is letting it through
because of this line:

INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clmilter.sock,F=,T=S:4m;R:4m')dnl

The "F=" means if it fails, don't do anything.  If you set it to "F=T",
then it would respond with a tempfail (4.x.x) when someone tried to send
mail through it.  With just "F=", sendmail sees that it can't connect to
the clamav-milter socket and will ignore the error.
-- 
Regards...              Todd
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.       --Benjamin Franklin
Linux kernel 2.6.8.1-12mdkenterprise   2 users,  load average: 0.00, 0.02, 0.04
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to