On 14 Mar 2005 at 11:51, Adrian Snyman wrote about
"[exim] Exim 4.50 and Mail Scanning ":
| Sorry, I know that this is probably a trivial question, but being new
| to exim, i seem to really be battling !!
|
| We have a Slackware 8.0 box running the Following:
|
| Clam-0.83
| Exim 4.50
|
| Every Mail Processed generates the following error message:
|
| temporarily rejected during MIME ACL checks: cannot test demime
| condition in MIME ACL
That message seems quite self-explanatory. demime is not valid in
the MIME ACL.
| Then I created the ACL:
| acl_smtp_mime = acl_scanmail
|
| And in the ACL's section added :
|
| acl_scanmail:
| deny message = This message has failed a VIRUS check ($malware_name)
| demime = *
| malware = *
Move this stanza to your DATA ACL. If you have no other stanzas in
your MIME ACL, delete it.
- Fred