Can someone help me?
In the past the same problem @sahsanu happened to me
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/
But right now it’s not working for me
thanks in advance