I'm using Exim 4.50 and installed ClamAV .85. Virus detection seems to be working fine with minimal effect on performance on a VPS. However, Exim will not restart unless I omit mime checking from the Data ACL section of exim.conf. By omitting the following
demime = *
Exim starts. If I leave this line Exim stops and won't restart. Attempts to restart put out this error:
Starting exim: 2005-05-16 22:19:06 Exim configuration error in line 558 of /etc/exim.conf:
error in ACL: unknown ACL condition/modifier in "demime = *"
Comment out the line and Exim starts right up. According to instructions, the complete Data ACL section should like this:
deny message = This message contains a virus or other harmful content ($malware_name)
demime = *
malware = *
accept
ClamAV seems to be doing fine based on virus test messages not delivering and rejection details in the logs. So what am I missing out on by leaving out mime checking with Exiscan and ClamAV? Or is this by design with Exiscan and DA? Should I just leave well enough alone?
Suggestions appreciated.
demime = *
Exim starts. If I leave this line Exim stops and won't restart. Attempts to restart put out this error:
Starting exim: 2005-05-16 22:19:06 Exim configuration error in line 558 of /etc/exim.conf:
error in ACL: unknown ACL condition/modifier in "demime = *"
Comment out the line and Exim starts right up. According to instructions, the complete Data ACL section should like this:
deny message = This message contains a virus or other harmful content ($malware_name)
demime = *
malware = *
accept
ClamAV seems to be doing fine based on virus test messages not delivering and rejection details in the logs. So what am I missing out on by leaving out mime checking with Exiscan and ClamAV? Or is this by design with Exiscan and DA? Should I just leave well enough alone?
Suggestions appreciated.