Error With Email

I setup a test email and setup the records. When I go to the webmail, I get an Opps something went wrong. I checked the logs and nothing shows.

It’s a bug. Execute these commands as root:

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

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