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] Running unit tests

2009-05-13 Thread Peter Robertson
Does anyone know of a good tutorial for installing clamav .95.1 on ubuntu? I'm a newbie and I am having a problem installing Clamav and running the unit tests. I think I've installed it using the instructions in the documentation but it won't run the unit tests. How can test it to see that it

Re: [Clamav-users] Running unit tests

2009-05-13 Thread Török Edwin
On 2009-05-13 20:26, Peter Robertson wrote: > I assume the configuration file is used to run the unit test for clamav. I'm > just following the instructions to check to see if clamav is working > properly. > > When I'm in the directory ClamAv, I tried running this command but I still > get th

Re: [Clamav-users] Running unit tests

2009-05-13 Thread Peter Robertson
I assume the configuration file is used to run the unit test for clamav. I'm just following the instructions to check to see if clamav is working properly. When I'm in the directory ClamAv, I tried running this command but I still get the same error. My ClamAv directory contains: clamav-che

Re: [Clamav-users] Running unit tests

2009-05-13 Thread Török Edwin
On 2009-05-13 19:48, Peter Robertson wrote: > I am trying to run the unit tests in Clamav. When I use > > $ ./configure --sysconfdir=/etc > > I get the error > > Bash: ./configure: no such file or directory > You need to run this command in the directory where you unpacked the sources for Cla

[Clamav-users] Running unit tests

2009-05-13 Thread Peter Robertson
I am trying to run the unit tests in Clamav. When I use $ ./configure --sysconfdir=/etc I get the error Bash: ./configure: no such file or directory The files in my /etc directory are: Clamav-check.conf Clamd.conf Clamav-milter.conf Freshclam.conf Onerrorexecute.d Onupdateexecute.d Viruseven

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?

[Clamav-users] disable milter syslog

2009-05-13 Thread martinnitram
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? Thank for helping -- View thi

Re: [Clamav-users] logging to maillog

2009-05-13 Thread martinnitram
the syslog daemon had started yet? Or try other option 'LogFile' at clamav-milter.conf file Ebrahim Abrahams wrote: > > Hi > > I am having trouble getting the clamav-milter to log what has been scanned > or infected to the maillog. > > I have enable the following settings in clamav-milter.con