SSL certificate for mail.domain.com not working

paldig

New member
Joined
Sep 23, 2019
Messages
2
Hi Guys,

Please help with this problem.

The server is running CentOS 7 with DA 1.58.2. The user SSL Certificates are installed through Let's Encrypt Certificate Entries, all of them are selected including mail.domain.com Unfortunately mail.domain.com will popup the SSL for the server hostname when we try to connect through POP3. mail.domain.com is not installed as a subdomain or addon. Is anyone have similar issues? What might be the problem? Thanks in advance.
 
To anyone facing such issues, just run these commands as root:

Code:
cd /usr/local/directadmin/custombuild
./build clean
./build update
./build set eximconf yes
./build set eximconf_release 4.5
./build set dovecot_conf yes
./build exim_conf
./build dovecot_conf
 
but your solution has not helped me!

It might mean then even though you have the similar symptoms your issues is caused by other reasons. And you should give more details on your case. What error do you get? What are steps to re-produce the error? What is your OS version? etc.
 
Back
Top