Webmail does not work

I have a VPS with HestiaCP newly installed but I find that when I try to get a user to access webmail I get the error:

Oops… something has gone wrong!

An internal error has occurred. Your request cannot be processed at this time.

For administrators: Please check the application and/or server error logs for more information.

Can someone tell me what to do?

My version of hestiaCP is v1.8.11


webmail no funciona
Tengo un VPS con HestiaCP recién instalado pero me encuentro que cuando intento que un usuario acceda a webmail me devuelve el error:

Oops… ¡algo ha ido mal!

Se ha producido un error interno. Su solicitud no puede ser procesada en este momento.

Para administradores: Por favor, compruebe los registros de errores de la aplicación y/o del servidor para obtener más información.

¿Alguien puede indicarme qué hacer?

Mi versión de hestiaCP es v1.8.11

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

Thank you very much @sahsanu , fixed.

1 Like

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