Exim error (?) and no mail ldelivery

Pzz

Verified User
Joined
May 20, 2013
Messages
138
Location
The Hague area, The Netherlands
Recently I found these lines in my mialog. And I also found this issue: https://forum.directadmin.com/threads/exim-error-after-upgrade.63630/

I think I'm up to date, apart from my exim.conf that claims te be updated (4.5.23 to 4.5.35)) which I already did, but CB 2.0 keeps mentioning it.

Do I have a problem? I do know that my Gmail doesn't get delivered since a few days. I saw another topic about it but no answer te work woth for me.


Code:
2021-05-13 10:59:15 Tainted filename for search: '/etc/virtual/[pesenzo.nl]/aliases'
2021-05-13 10:59:15 failed to expand condition "${if and{{bool_lax{${if and{{bool_lax{${if and{{bool_lax{${if exists{/etc/virtual/${domain}/passwd}{1}{0}}}}{bool_lax{${lookup{$local_part}lsearch{/etc/virtual/${domain}/aliases}{1}{0}}}}}}}}{bool_lax{${lookup{$local_part}lsearch{/etc/virtual/${domain}/aliases}{${if eq{$value}{$local_part}{0}{1}}}{0}}}}}}}}{bool_lax{${perl{save_virtual_user}}}}}}" for virtual_user_unseen router:  inside "and{...}" condition inside "and{...}" condition inside "and{...}" condition

Thanks!

GJ
 
Last edited:
i have the same problem.

2021-05-14 10:09:21 H=m69-77.mailgun.net [166.78.69.77] X=TLS1.2:ECDHE-RSA-AES128-GCM-SHA256:128 CV=no temporarily rejected MAIL <[email protected]>: failed to expand ACL string "${eval:$acl_m_easy69+-0.1}": error in expression evaluation: expecting operator (after processing "+-0")
2021-05-14 10:16:45 H=mail-ej1-x629.google.com [2a00:1450:4864:20::629] X=TLS1.2:ECDHE-RSA-AES128-GCM-SHA256:128 CV=no temporarily rejected MAIL <@gmail.com>: failed to expand ACL string "${eval:$acl_m_easy69+-0.1}": error in expression evaluation: expecting operator (after processing "+-0")

since i updated today i cant recieve any email anymore. Had to put back a backup to restore functions again.

And it wasnt just gmail either its ALL mail.
 
I guess that despite all the "OK"-signs I get installing/compiling, the problem might be:

C:
    acl.c:3202:24: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
    submission_name = parse_fix_phrase(p+6, pp-p-6);

Tis is definitly out of my leage.
 
Back
Top