pluto
October 25, 2023, 2:32pm
1
A couple of clients are phoning in complaints that webmail is broken. If their mail domain uses rainloop, then they get the message
Permission denied!
RainLoop Webmail cannot access to the data folder “/var/lib/rainloop/data/”
[Reload]
Quick fix is to change them to roundcube webmail client.
Too late to do any more diagnosis here. Will look in the morning
Seems like a lot of things broke with this last update.
Take a look to @eris posts here:
opened 05:28AM - 25 Oct 23 UTC
bug
### Describe the bug
After HestiaCP 1.8.10 upgrade Snappymail fails to load w… ith error:
```
[202] Data folder permissions error [is_readable]
```
Owner of both `/var/lib/snappymail/data` (symlink) and `/etc/snappymail/data` is `www-data:www-data`
`v-add-sys-snappymail` reports that the installation is latest and ok:
```
# v-add-sys-snappymail
Error: Installed version (2.29.1) is equal to the available version (2.29.1)
```
Could this be caused by new security hardening from `secure_php.sh`?
### Tell us how to replicate the bug
1. Upgrade to HestiaCP 1.8.10
2. Open webmail.domain.tld where Snappymail is selected as webmail client
3. Receive error '[202] Data folder permissions error [is_readable]' with HTTP/200 status
### Which components are affected by this bug?
Webmail (Roundcube, SnappyMail)
### Hestia Control Panel Version
1.8.10
### Operating system
Ubuntu 22.04
### Log capture
_No response_
Seems a permission issue due in this update changed owner name to hestiamail
instead of www-data
.
eris
October 25, 2023, 2:58pm
3
We changed the user of php due permissions issues … That might be the issue
how to fix issue with roundcube?
eris
October 25, 2023, 3:32pm
5
Roundcube should not be anise
ranzy
October 25, 2023, 8:53pm
6
I’m relieved to see this is already on the forum.
So… This will be fixed? Soon?
I don’ t need to do any fixes on my end?
I’m still getting used to the software, which is amazing by the way.
It’s not that I wouldn’t be willing to get in there and make changes to get it working. I’d just rather that the one who broke it could fix it. I’m willing to wait for the update. I’m not live yet so it’s not a deal breaker for me yet.
ranzy
October 25, 2023, 10:12pm
7
opened 05:28AM - 25 Oct 23 UTC
bug
### Describe the bug
After HestiaCP 1.8.10 upgrade Snappymail fails to load w… ith error:
```
[202] Data folder permissions error [is_readable]
```
Owner of both `/var/lib/snappymail/data` (symlink) and `/etc/snappymail/data` is `www-data:www-data`
`v-add-sys-snappymail` reports that the installation is latest and ok:
```
# v-add-sys-snappymail
Error: Installed version (2.29.1) is equal to the available version (2.29.1)
```
Could this be caused by new security hardening from `secure_php.sh`?
### Tell us how to replicate the bug
1. Upgrade to HestiaCP 1.8.10
2. Open webmail.domain.tld where Snappymail is selected as webmail client
3. Receive error '[202] Data folder permissions error [is_readable]' with HTTP/200 status
### Which components are affected by this bug?
Webmail (Roundcube, SnappyMail)
### Hestia Control Panel Version
1.8.10
### Operating system
Ubuntu 22.04
### Log capture
_No response_
chown -R hestiamail:www-data /etc/snappymail/data
Will solve the issue … Probally will test tomorrow…
First, I confirmed that Roundcube worked while Snappymail did not work.
Roundcube worked. Snappymail did not work.
This did indeed fix the problem with Snappymail.
KRipe
October 31, 2023, 3:57pm
8
chown: cannot read directory ‘/etc/snappymail/data’: Permission denied
what next?
eris
October 31, 2023, 4:33pm
9
chown -R hestiamail:www-data /etc/snappymail/data
system
Closed
November 30, 2023, 4:34pm
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.