xuancong6000
Verified User
- Joined
- Oct 12, 2012
- Messages
- 79
Exim 4.76 had stopped when I install ClamAV
I had install ClamAV form this link: http://help.directadmin.com/item.php?id=370
step 1 and 2 is ok but when I add this code:
below
from /etc/exim.conf I do this command:
it appear a problem:
and Exim had stopped
Please help me fix it thanks alot!!!!
Exim file I had Attached
I had install ClamAV form this link: http://help.directadmin.com/item.php?id=370
step 1 and 2 is ok but when I add this code:
Code:
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 = */defer_ok
deny message = This message contains an attachment of a type which we do not accept (.$found_extension)
demime = bat:com:pif:prf:scr:vbs
warn message = X-Antivirus-Scanner: Clean mail though you should still use an Antivirus
Code:
check_message:
Code:
/etc/init.d/exim restart
Code:
/etc/init.d/exim restart
Shutting down exim:
Starting exim: 2012-10-18 10:22:09 Exim configuration error in line 195 of /etc/exim.conf:
main option "deny" unknown
Please help me fix it thanks alot!!!!
Exim file I had Attached