Page 1 of 1

Can't receive mails error says - 454 TLS currently unavailable

Posted: Sat Apr 08, 2017 11:39 am
by vikhyat
I can send emails and others even receive them successfully. But when others send emails to my server then firstly I don't receive them and they even get an error message back saying "454 TLS currently unavailable".
How can I fix this?

Re: Can't receive mails error says - 454 TLS currently unavailable

Posted: Wed Feb 07, 2018 2:44 pm
by yoko eagle
Exactly same problem here.
Waiting for a solution.
My vestacp latest update 0.9.8, debian 9 strecth.

Re: Can't receive mails error says - 454 TLS currently unavailable

Posted: Thu Feb 08, 2018 3:46 pm
by yoko eagle
I figured out myself how to fix it.
It also fixed exim TLS problem on multiple domains with Let's Encrypt.
Check the "/var/log/exim4/mainlog" and follow the error messages you got there.
In my case, I got something like read permission error.
(cert/key setup: cert=/usr/local/vesta/ssl/certificate.crt key=/usr/local/vesta/ssl/certificate.key): Error while reading file.
1. Find the corresponding ssl files with .pem, .crt and .key for your vesta.panel.domaintld at "/home/admin/conf/web" and change the permission to 664.

Code: Select all

chmod 664 ssl.vesta.panel.domaintld.crt ssl.vesta.panel.domaintld.pem ssl.vesta.panel.domaintld.key
2. Find each domain aliases you want to activate email at "/etc/exim4/domains" and change the permission accordingly to 664.

Code: Select all

chmod 664 /etc/exim4/domains/yourdomain/aliases
Problem solved, no more mail TLS error on any of my domain.

Re: Can't receive mails error says - 454 TLS currently unavailable

Posted: Fri Nov 09, 2018 5:00 am
by LaTisCool
OMG....GIVE HIM A MEDAL TO THIS MAN RIGHT NOW......THX U T_T....

NOW IS WORKING......DEBIAN 9

THX U yoko eagle