Page 1 of 1

unable receiving mail

Posted: Sat Jun 20, 2020 11:27 am
by land3113
I installed vestacp mail recently and found it can send out mail well. but it cannot receive mail from outside. even the internal mail also cannot be received. I installed it 20 days ago without any problem and the mail server works well till now. but now the new installation cannot work well. Is there any bug in updated scripts?

Re: unable receiving mail

Posted: Sat Jun 20, 2020 6:11 pm
by dreiggy
Hi,
issue with newer exim version. Downgrade exim to previous version:

Code: Select all

wget https://ca1.dynanode.net/exim-4.93-3.el7.x86_64.rpm
rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm
Fallow this topic: viewtopic.php?p=82429

Re: unable receiving mail

Posted: Sun Jun 21, 2020 4:51 am
by land3113
dreiggy, thank you very much! I fixed it follow your instruction.

Re: unable receiving mail

Posted: Mon Dec 27, 2021 9:02 am
by ashirmunir786
dreiggy wrote:
Sat Jun 20, 2020 6:11 pm
Hi,
issue with newer exim version. Downgrade exim to previous version:

Code: Select all

wget https://ca1.dynanode.net/exim-4.93-3.el7.x86_64.rpm
rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm
Fallow this topic: viewtopic.php?p=82429
use the following link to download as previous was expired

Code: Select all

wget https://kojipkgs.fedoraproject.org//packages/exim/4.93/3.el7/x86_64/exim-4.93-3.el7.x86_64.rpm
rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm

Re: unable receiving mail

Posted: Fri Mar 31, 2023 3:08 pm
by sugumaranv
I am also facing this problem. I can send email to my Gmail mailbox from my webmail account but I cannot receive email sent to me by others. I am using VESTACP on Debian 9. How do I fix this problem?