I’ve setup Hestia CP on a new VPS and after a few bug fixes I’ve been able to get the CP up and running.
However, I want to use Hestia only to manage email addresses and access RoundCube and NOT to host my domains (I use a separate dedicated server for it).
However, when adding a new Mail domain only, the process is not straightforward as:
the SSL setup doesn’t automatically work because the subdomain created doesn’t get added to the nginx configuration
the nginx config for the mail domain doesn’t point to roundcube but rather the folder where the web files should be located which, of course, is empty.
I had to fix the nginx vhost manually and even install php8.3-mbstring php8.3-xml php8.3-intl to make it work.
Is there a better way to do this?
Am I missing anything?