unable receiving mail Topic is solved
unable receiving mail
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
Hi,
issue with newer exim version. Downgrade exim to previous version:
Fallow this topic: viewtopic.php?p=82429
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
Re: unable receiving mail
dreiggy, thank you very much! I fixed it follow your instruction.