Exim rejecting mail : failed to expand ACL String

ssgill

Verified User
Joined
May 9, 2012
Messages
173
Hello all, exim is rejecting few mails with following error..

Code:
+++ 1bMVgC-0005EA-Pq has not completed +++
2016-07-11 01:31:02 1bMVgC-0005EA-Pq DKIM: d=a********.com s=x c=relaxed/relaxed a=rsa-sha256 b=2048 [verification failed - signature did not verify (headers probably modified in transit)]
2016-07-11 01:31:02 1bMVgC-0005EA-Pq H=server.a********.com [88.888.888.888] X=TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no temporarily rejected DKIM : failed to expand ACL string "${eval:$acl_m_easy69+60		- If the DKIM Fails, the score is added.}": error in expression evaluation: expecting number or opening parenthesis (after processing "-40+60		- ")

I have received email from this server before and its a legit company.

Exim version 4.87 #2 built 26-May-2016 15:36:00
Copyright (c) University of Cambridge, 1995 - 2016
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2016
Berkeley DB: Berkeley DB 5.3.21: (May 11, 2012)
Support for: crypteq IPv6 Perl OpenSSL move_frozen_messages Content_Scanning Old_Demime DKIM DNSSEC Event OCSP PRDR Experimental_SPF Experimental_SRS
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb
Authenticators: cram_md5 dovecot plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /etc/exim.conf

Exim Config

# SpamBlockerTechnology* powered exim.conf, Version 4.4.2
# Dec 5, 2015

Stock config, i have not done any changes to it. I see there is new config file 4.4.3 available but with

./build exim_conf

it still picks up 4.4.2

Thanks
 
Are you using the latest exim.pl (V. 21?

Have you tryed to recompile exim?

I'm currently updating my DA repository, as soon as it's completed i'll check if there is a version 4.4.3 and if the update does work.

You may want also to try change repository running:
Code:
./build set_fastest

Regards
 
Ok, i've just updated my mirror and exim_conf is still 4.4.2 as latest

Can you check what server are you using as mirror?

Code:
cat /usr/local/directadmin/custombuild/options.conf | grep "downloadserver"
downloadserver=files11.directadmin.com

Regards
 
Last edited:
Back
Top