Hi! I followed @Th0m 's tutorial for redirecting /webmail to webmail.domain.tld -> but now I get a 403-error. DNS and LE seems fine to me.. You can check @ https://webmail.bitworx.cloud Regards! Dennis
To check you need to go through the webmail site vhost especially on its directive snippet as the problems mainly lie in there. Do check its dns setting as well.
I found the error! The correct directive looks (now) like: Code: DocumentRoot "/var/lib/roundcube" Alias "/stats" "/var/www/{DOMAIN}/web/stats" without the /public_html at the end of DocumentRoot! Now it works. Found out, bc I looked over CLI and there was no symlink or whatever, only the index.php
You probably have a older version of Roundcube in that case, as newer versions have the public_html folder and the latest only has the public_html folder.
I don‘t think its an older version, server was installed 15 days ago with your new auto-installer. But I haven‘t looked yet, which version it is.