Page 10 of 10

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Tue Mar 16, 2021 8:24 am
by moucho
Hi,
Working configuration for Centos 7/8

https://github.com/Devoleksiy/vesta/blo ... /exim.conf
sadly, at least autoreplay feature doesn't work:

Code: Select all

[email protected] R=autoreplay T=userautoreply defer (13): Permission denied: Tainted '/etc/exim/domains/xxx/autoreply.info.msg' (file for userautoreply transport) not permitted

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Sun Mar 21, 2021 6:21 pm
by xlegends
Is this still an issue or we still shouldnt update beyond Exim 4.92?

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Thu May 06, 2021 8:12 pm
by xrmb
So in light of the massive security issues exim 4.93 poses, what are the options? Staying on old exim pretty much guaranties getting the server compromised within the next days, or the alternative is figuring out a working config, which I have not been able to.

Has anyone found a exim-4.93-4.el7.x86_64.rpm ? ...if it even exists...

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Tue May 11, 2021 10:42 am
by websystems
xrmb wrote:
Thu May 06, 2021 8:12 pm
So in light of the massive security issues exim 4.93 poses, what are the options? Staying on old exim pretty much guaranties getting the server compromised within the next days, or the alternative is figuring out a working config, which I have not been able to.

Has anyone found a exim-4.93-4.el7.x86_64.rpm ? ...if it even exists...
Same question here. Did anybody find a solution for this yet?

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Thu Dec 02, 2021 9:48 pm
by angelok
lex0013 wrote:
Mon Mar 15, 2021 10:00 pm
Working configuration for Centos 7/8

https://github.com/Devoleksiy/vesta/blo ... /exim.conf
Thank you so much.

It is worked for my Centos 7.9

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Sun Dec 26, 2021 9:51 pm
by superdare
"https://github.com/Devoleksiy/vesta/blo ... /exim.conf"

Well, for fresh instlall on Centos 7 the exim.conf, from the link above, will fix the error related to "failed to expand "${extract{1}{:}{${lookup{$local_part@$domain}lsearch{/etc/exim/domains/$domain/aliases}}}}"".

But the autoreplay is not working!

I'm getting this error:

==[email protected] R=autoreplay T=userautoreply defer (13): Permission denied: Tainted '/etc/exim/domains/vesta.domain.tld/autoreply.user.msg' (file for userautoreply transport) not permitted

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Wed Jan 05, 2022 1:37 pm
by birender
Hi, to fix it simply add below code to /etc/exim4/exim4.conf.localmacros and include this file in main exim4 config

.ifdef _OPT_MAIN_ALLOW_INSECURE_TAINTED_DATA
allow_insecure_tainted_data = yes
.endif

and enjoy.

Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7

Posted: Tue Jan 18, 2022 2:06 pm
by superdare
Sorry, on "exim-4.94.2-1.el7.x86_64" the above solution is not working.