Open lengmiguel opened 4 years ago
Discussion in vesta forums: https://forum.vestacp.com/viewtopic.php?f=12&t=19994
Possible walkaround: https://forum.vestacp.com/viewtopic.php?p=82545#p82545
Replace expression in exim.conf:
lsearch{/etc/exim/domains/$domain/aliases}
With:
lsearch{/etc/exim/domains/${extract{1}{0}{${lookup{$domain}dsearch{/etc/exim/domains/}}}}/aliases}
New update cause to file reading error. @dreiggy can you share a config file thas is solving this problem?
also the bug report has recorded on redhat: https://bugzilla.redhat.com/show_bug.cgi?id=1848283
I solved problem with downgrade the exim-4.94-1.el7 to exim-4.93-3.el7 by temporarly
wget https://ca1.dynanode.net/exim-4.93-3.el7.x86_64.rpm
rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm
New update cause to file reading error. @dreiggy can you share a config file thas is solving this problem?
also the bug report has recorded on redhat: https://bugzilla.redhat.com/show_bug.cgi?id=1848283
I solved problem with downgrade the exim-4.94-1.el7 to exim-4.93-3.el7 by temporarly
wget https://ca1.dynanode.net/exim-4.93-3.el7.x86_64.rpm rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm
Hi, At this moment I didnt tried new config. And my config is modified to use rspamd, so it is custom and not the same as default. I will try test later and share my results. At this moment better use older release of exim.
@dreiggy Thanks, the mail works after the replacement) https://github.com/serghey-rodin/vesta/issues/2013#issuecomment-649997104
Operating System (OS/VERSION):
Centos 7
VestaCP Version:
0.9.8
Related Issues/Forum Threads:
good day there is an error with the latest version of exim: exim-4.94-1.el7.x86_64
Do not send or receive emails It is corrected by returning to version exim-4.93-3.el7.x86_64