On Fri, 17 Jun 2005, Chris.Zhang wrote:

I use clamav 0.85.1 on sendmail 8.12.11, when clamav detect a virus
mail, it will send a notice mail to the receiver which subject is: Virus 
intercepted
the content is who send a virus mail, which kind of the virus.
the problem is, if every virus mail will send this notice, it is crazy,
I will receive hundred mail per-day.
how can I disable this function, let clamav reject virus mail silently?

man clamav-milter

I recommend the following options:

--quiet don't harass the postmaster
--headers include headers in any emails clamav generates (which should be none, but if it did generate an email, we'd want this)
--noxheader /bin/mail users don't like useless extra headers
--dont-log-clean logging clean messages is a waste of disk
--max-children=10 tells it to scan only 10 messages at a time... otherwise delay scanning --dont-scan-on-error allows mail through if clamd dies. The default behavior is to tempfail it (which might be desirable if you have a Windows environment with gullible users).

Information on this and more is available with my install notes, linked from http://www.itg.uiuc.edu/~menscher/

Damian Menscher
--
-=#| Physics Grad Student & SysAdmin @ U Illinois Urbana-Champaign |#=-
-=#| 488 LLP, 1110 W. Green St, Urbana, IL 61801 Ofc:(217)333-0038 |#=-
-=#| 4602 Beckman, VMIL/MS, Imaging Technology Group:(217)244-3074 |#=-
-=#| <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Fax:(217)333-9819 |#=-
-=#| The above opinions are not necessarily those of my employers. |#=-
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to