[Question](21-10-2024) Change of webmail (Roundcube) URL for client to - https://webmail.clientdomain.com

Thank you so much for your guidance and help @zEitEr

Kindly help us as our client is still not able to access their webmail using their domain name. How to fix this?

We have been able to point to https://webmail.clientdomain.com and it's working but we still get the SSL error and we are not getting any option to install Let's Encrypt as webmail.domainname.com using wildcard option or even manually by validation.


webmail.domain.com_DA1.png
 
If you can not create a virtual host with such a name in Directadmin a usual way, then you will need to include the SAN either into a hostname certificate or in a user's one. If you choose to include the SAN into user's certificate, you will need to adjust the following DirectAdmin settings to include webmail:

Code:
letsencrypt_list=
letsencrypt_list_selected=

Then re-create a certificate with the new SAN included.

Search the forums and official docs for more information about these two options.
 
Back
Top