Webmail: no access

I’ve installed hCP on my test server, and added server1 klayriver as superadmin.
Then I’ve created another admin user and added my websites under it.
bluepek dot com works fine, then I added the SSL LE mailserver certificate to it and it was successful -webmail DNS record exist.
Then I added [email protected] , no errors, but the webmail page doesn’t open:

url:  webmail at bluepek com 
# Oops... something went wrong!
An internal error has occurred. Your request cannot be processed at this time.

Here is the output from TestReceiver:
Did I miss anything?
Please help. Many thanks

Ubuntu 22.04
Apache/2.4.59
Php 8.2
hCP: 1.8.11

It’s a bug.

As root execute these commands:

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/
2 Likes

Thank you ! It worked

1 Like

Now that the LE SSL certificate has been generated, is it OK to proxy mail.bluepek.com DNS record? Or will this prevent the LE certificate to renew?
I use Cloudflare. Thanks

You shouldn’t proxy mail.bluepek.com that is the MX for your domain and Cloudflare won’t proxy request to ports 25, 465 and 587.

Maybe you meant webmail.bluepek.com, if that is the case I suppose it could work but I don’t use Cloudflare so no idea whether it will work.

Thank you
I was just trying to hide the IP of the mailserver in production

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.