Re: [exim] How to debug malware

Top Page
Delete this message
Reply to this message
Author: Michael Ludwig
Date:  
To: exim-users
Subject: Re: [exim] How to debug malware



Hi Nigel,

as you may already have seen I just experienced exactly the same
problem.
Naming the problem: It is the obsolete demime facility which you
need!

In the Makefile of exim, have a look at about 30% of the file:

-----------------------------------------------------------------
# If you want to use the deprecated "demime"
# condition in the DATA ACL, uncomment the
# line below. Doing so will also explicitly turn
# on the WITH_CONTENT_SCAN option. If possible,
# use the MIME ACL instead of the "demime" condition.

# WITH_OLD_DEMIME=yes
-----------------------------------------------------------------

As pointed out in the Makefile, as an alternative to the old
demime-function you should better switch to using the mime acl.

Hope I could help... ;-)

Michael