Hello,
I have installed Clam AV Connector, and found the following in exim.conf,
#!!# ACL that is used after the DATA command
check_message:
require verify = header_sender
$
deny message = This message contains a virus or other harmful content ($malware_name)
malware = *
demime = *
accept
But after using Exim Configuration Editor to add some entries to exim.conf, lines above just disappear, hence making email scan useless till I add them back manually.
Is this the way it supposed to be (has to be added manyally)? Because I found another file /etc/exim.conf.exiscan which has simmilar lines,
#!!# ACL that is used after the DATA command
check_message:
require verify = header_sender
##### clamav ACL, reject virus infected mails with proper error
deny message = This message contains malformed MIME ($demime_reason).
demime = *
condition = ${if >{$demime_errorlevel}{2}{1}{0}}
deny message = This message contains a virus or other harmful content \
($malware_name)
demime = *
malware = *
deny message = Potentially executable content. If you meant to send this file \
then please package it up as a zip file and resend it.
demime = ade:adp:bas:bat:chm:cmd:com:cpl:crt:eml:exe:hlp:hta:inf:ins:isp:jse:lnk:mdb:mde:msc:msi:mspcd:reg:scr:sct:shs:url:vbs:vb$
# Add X-Scanned Header
warn message = X-Antivirus-Scanner: Clean mail though you should still use an Antivirus
##### end clamav ACL
accept
Thank you.



LinkBack URL
About LinkBacks
cd:reg:scr:sct:shs:url:vbs:vb$
Reply With Quote




