pixGT Verified User Joined Feb 3, 2020 Messages 149 Mar 27, 2021 #1 Hi. I want to enable SSL for SMTP and IMAP. I would like to use Let's Encrypt. Please advise me. Thanks
Hi. I want to enable SSL for SMTP and IMAP. I would like to use Let's Encrypt. Please advise me. Thanks
Richard G Verified User Joined Jul 6, 2008 Messages 13,771 Location Maastricht Mar 28, 2021 #2 Install letsencrypt as usual. https://help.directadmin.com/item.php?id=648 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.
Install letsencrypt as usual. https://help.directadmin.com/item.php?id=648 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.
pixGT Verified User Joined Feb 3, 2020 Messages 149 Mar 28, 2021 #3 Hi Richard I already installed Letsencrypt. But I didn't know how to enable SSL for IMAP and SMTP
Richard G Verified User Joined Jul 6, 2008 Messages 13,771 Location Maastricht Mar 28, 2021 #4 But you know now, after my explanation, correct?