John Belamaric wrote: >>Yes, look into milter.conf it probably has the VirusEvent setting. > > Hi Rene, thanks. The commented-out VirusEvent entry from my previous post > was from the milter.conf. Maybe I'll just have to re-install from the > source?
I just searched in the clamav-milter.c code and there is no use of the VirusEvent ... so I sent you on a wild goose chase, sorry. The only thing I see executed from the milter is sendmail, which is defined either at compile time or as "/usr/lib/sendmail". That leads me to believe that this rpm is really bad, SENDMAIL_BIN was probably defined as "no" and that blows when the milter tries to send a notification. You can see exactly what the milter is trying to do if you enable debugging in the .conf file (it should be commented now). And you have a quick fix, add -q to the init script. This way it will not try to send notifications to postmaster every time it finds a virus. HTH -- René Berber _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
