Hi, I'm trying to get clamav working with exim 4.51-1 (DA version from the download site) on FreeBSD 5.4. clamav is installed from ports, and I've added the lines to my exim.conf:
av_scanner = clamd:127.0.0.1 3310
check_message:
deny message = This message contains a virus or other malware ($malware_name)
demime = *
malware = *
accept
Upon starting exim, I get the following message:
Starting exim: 2005-06-27 07:03:03 Exim configuration error in line 558 of /etc/exim.conf:
error in ACL: unknown ACL condition/modifier in "demime = *"
[ OK ]
Based on the error, I wonder whether my exim has the exiscan patch. But I thought exiscan was included in exim 4.5+ and I don't see any separate exiscan packages on the DA download site. Any help is appreciated.
av_scanner = clamd:127.0.0.1 3310
check_message:
deny message = This message contains a virus or other malware ($malware_name)
demime = *
malware = *
accept
Upon starting exim, I get the following message:
Starting exim: 2005-06-27 07:03:03 Exim configuration error in line 558 of /etc/exim.conf:
error in ACL: unknown ACL condition/modifier in "demime = *"
[ OK ]
Based on the error, I wonder whether my exim has the exiscan patch. But I thought exiscan was included in exim 4.5+ and I don't see any separate exiscan packages on the DA download site. Any help is appreciated.