It works, but It can be complicated. The easiest way is to do it as an alias like: domain.com/webmail/
This way, you don't need another certificate or any such redirects.
A custom vhost entry for the domain you want to use:
Or you could even add it as a 'Global Vhost Entry' and it will be automatically added to every domain on your server.
This way, you don't need another certificate or any such redirects.
A custom vhost entry for the domain you want to use:
Code:
# Alias for roundcube WebMail login
Alias "/webmail" "/etc/sentora/panel/etc/apps/webmail"
<Directory "/etc/sentora/panel/etc/apps/webmail/">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>