SSL for IMAP and SMTP

pixGT

Verified User
Joined
Feb 3, 2020
Messages
149
Hi. I want to enable SSL for SMTP and IMAP. I would like to use Let's Encrypt. Please advise me.

Thanks
 
Install letsencrypt as usual.

Take care that both the lines are present in /usr/local/directadmin/conf/directadminconf
enable_ssl_sni=1 mail_sni=1

restart directadmin.
from custombuild directory do:
./build update ./build rewrite_consf ./build exim ./build exim_conf ./build dovecot ./build doveconf_conf

Then go to the domain you want it activate it, and activate it for mail and imap or better, use a wildcard certificate.
 
Hi Richard

I already installed Letsencrypt. But I didn't know how to enable SSL for IMAP and SMTP
 
Back
Top