ClamAV error

Snoopy

Verified User
Joined
Jul 21, 2008
Messages
9
Hi All
IM trying to add Clamav but get this error when i try to restart exim..

ERROR is -- error in ACL: unknown ACL condition/modifier in "demime = *"

Below is what i added to the exim conf as suggested in the howto`s
and im using freebsd 7

Do anybody know why ??

av_scanner = clamd:/var/run/clamav/clamd

deny message = This message content malformed MIME ($demime_reason)
demime = *
condition = ${if >{$demime_errorlevel}{2}{1}{0}}
deny message = May contains a virus or malware ($malware_name)
demime = *
malware = *
deny message = Attachement Not accepted (.$found_extension)
demime = exe:com:vbs:bat:pif:scr:prf
warn message = X-Antivirus-Scanner: Clamav
accept
 
Old post, but I'm getting the samething and currently trying to figure it out.

Have I missed a post on it?

Michael
 
Adding to an old post without giving any information on your specific implementation doesn't give us enough information to help you.

Which OS Distribution are you using? Which version of the exim.conf file (there should be a SpamBlocker version number near the top)?

What is the date of the exim.pl you're using?

The above will give us enough information to at least ask some questions.

Jeff
 
Back
Top