I have run a new installation of Hestia on my VPS, twice.
Using Cloudflare DNS. Everything works including websites. I cannot access Roundcube . When I click, open the link to roundcube it goes to a unable to access blank page.
Since starting the topic. I have created a new instance and created another Hestia panel. Still the same problem.
It’s a bug, execute these commands as root and try to access webmail again:
chown -R hestiamail:www-data /etc/roundcube/
find /etc/roundcube/ -type f -iname "*php" -exec chmod 640 {} \;
chown -R hestiamail:www-data /var/lib/roundcube/
chown -R hestiamail:www-data /var/log/roundcube/
If you will use phpmyadmin, execute these commands too:
chown -R root:www-data /etc/phpmyadmin/
chown -R hestiamail:www-data /usr/share/phpmyadmin/tmp/
Thank you for your help, everything is perfect.
Cheers.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.