demime problem

qlsys

Verified User
Joined
Apr 18, 2005
Messages
25
Location
Poland
Hi,

I have exim da_exim-4.50-2 installed at one of my boxes.

I such problem after using demime in ACL:

Starting exim: 2005-05-24 13:18:26 Exim configuration error in line 537 of /etc/exim.conf:
error in ACL: unknown ACL condition/modifier in "demime = *"

and my ACL rule is:

deny message = This message contains malformed MIME $demime_reason
demime = *
condition = ${if >{$demime_errorlevel}{2}{1}{0}}

Any ideas? I think that da_exim binary package supports demime... or not?

Kind Regards,
 
Last edited:
How did you get that version of Exim?

Exim versions compiled by DA include the exiscan patch, which is required for demime to work in ACLs.

If you compiled it yourself, you need to recompile with the exiscan patch.

Jeff
 
Hi,

DA was installed by my ISP and it this version of exim exists at my box...

something is wrong?

Kind Regards,
 
demime

Hi,

I've just upgraded to da_exim-4.51-1 on other box (FreeBSD) and I have the same problem with demime... :/

Could you tell how to solve this?

Do I have to compile exim by myself?

Kind Regards,
 
The problem is between version 4.42 and 4.50 the config style was changed, if you check the 4.50 exim thread on the new versions forum the new style directives have been posted.
 
Back
Top