Re: [clamav-users] All midi files reported as positives

2012-01-17 Thread Anne Wilson
On 16/01/12 13:55, Török Edwin wrote: > On 01/16/2012 03:53 PM, Anne Wilson wrote: >> I run clamav on my mail server, and my daughter runs clamwin on >> Windows 7, on my recommendation. This morning's scan showed midi >> files that have been on my server for 2 years or more as being >> infected, e

Re: [clamav-users] All midi files reported as positives

2012-01-17 Thread Török Edwin
On 01/17/2012 11:00 AM, Anne Wilson wrote: On 16/01/12 13:55, Török Edwin wrote: On 01/16/2012 03:53 PM, Anne Wilson wrote: I run clamav on my mail server, and my daughter runs clamwin on Windows 7, on my recommendation. This morning's scan showed midi files that have been on my server for 2 y

[clamav-users] Exim email virus scanning

2012-01-17 Thread David Kentwood
Hello, For the virus scan option in Exim with /etc/exim.conf: av_scanner = clamd:127.0.0.1 3310 What happens if virus is detected by ClamAV, does the email gets deleted automatically? or do I have to delete the infected mail manually afterwards? Thanks, Dave

Re: [clamav-users] Exim email virus scanning

2012-01-17 Thread Brian Morrison
On Tue, 17 Jan 2012 18:28:29 -0500 David Kentwood wrote: > What happens if virus is detected by ClamAV, does the email gets deleted > automatically? or do I have to delete the infected mail manually afterwards? Normally you would configure Exim to refuse the email if it is shown as infected, so

Re: [clamav-users] Exim email virus scanning

2012-01-17 Thread David Kentwood
Sorry i am not experienced with exim configuration. When you say "reject at SMTP time", does adding the following to exim.conf suffice? check_message: deny message = This message contains malformed MIME ($demime_reason) demime = * condition = ${if >{$demime_errorlevel}{2}{1}{0}} deny messa