outroll / vesta

VESTA Control Panel
http://vestacp.com
GNU General Public License v3.0
2.94k stars 1.03k forks source link

error smtp exim 4.94-1 #2013

Open lengmiguel opened 4 years ago

lengmiguel commented 4 years ago

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

dreiggy commented 4 years ago

Discussion in vesta forums: https://forum.vestacp.com/viewtopic.php?f=12&t=19994

dreiggy commented 4 years ago

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}

ayyilmaz commented 4 years ago

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
dreiggy commented 4 years ago

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.

Devoleksiy commented 3 years ago

@dreiggy Thanks, the mail works after the replacement) https://github.com/serghey-rodin/vesta/issues/2013#issuecomment-649997104