Re: [Clamav-users] disable milter syslog

2009-05-14 Thread aCaB
martinnitram wrote: > and at maillog, milter always log like this (set "LogClean no" at > clamd.conf): >sendmail[3783]: Milter change (add): header: X-Virus-Scanned: > clamav-milter 0.95.1 at localhost >sendmail[3783]: Milter change (add): header: X-Virus-Status: Clean > > > so, the m

Re: [Clamav-users] disable milter syslog

2009-05-13 Thread martinnitram
Checked sendmail.mc, the default log level should be 9? dnl # default logging level is 9, you might want to set it higher to dnl # debug the configuration dnl # dnl define(`confLOG_LEVEL', `9')dnl at /etc/rsyslong.conf, mail related config: *.info;mail.none;authpriv.none;cron.none;local6.none

Re: [Clamav-users] disable milter syslog

2009-05-13 Thread aCaB
martinnitram wrote: > Becasue just want milter to log message to file that specify at 'LogFile', > so set LogSyslog no to disable syslog logging. But found that milter still > log to the maillog file (at FC9) no matter the email is infected or clean > one. > > Is it normail for clamav 0.95.1?