Steve Holdoway wrote:
Last night, clamav fell over. This is just about the first time it's happened.
The problem is, it took out the mail server completely.
I'm integrating into sendmail using the following line in sendmail.mc
INPUT_MAIL_FILTER(`clamav',`S=unix:/var/run/clamav/clmilter.sock, F=T,
T=S:4m;R:4m')dnl
and I get pairs of lines like
Aug 11 02:47:30 server sm-mta[29787]: k7AElU70029787: Milter (clamav): local
socket name /var/run/clamav/clmilter.sock unsafe
Aug 11 02:47:30 server sm-mta[29787]: k7AElU70029787: Milter (clamav): to error
state
Aug 11 02:47:30 server sm-mta[29787]: k7AElU70029787: Milter: initialization
failed, temp failing commands
in the sendmail logs, and no mail is delivered.
Is there any way I can set my mail server up ( debian, sendmail 8.13.7 ) such
that it keeps on delivering unchecked mail in these circumstances???
Cheers,
Steve
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html
change F=T to F= probably does what you want.
Also, consider clamav watch (included with the souce code) &
milter-watch. (http://www.itg.uiuc.edu/itg_software/milter_watch/)
-Troy
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html