# VMailHTTPS for roundcubemail webmail at mail. subdomain assumes & requires https w/ valid cert # Webmail - HTTP Port 80 Redirects to HTTPS Port 443 ServerName $vhost Redirect / https://$vhost ServerName $vhost DocumentRoot /srv/www/html/roundcubemail/ SSLEngine on SSLCertificateFile /etc/ssl/letsencrypt/$vhost.pem