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
if:scr
rf
warn message = X-Antivirus-Scanner: Clamav
accept
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


warn message = X-Antivirus-Scanner: Clamav
accept