No connection to mail server and [IMAP] The folder "/Public" cannot be opened. (NO [NOPERM]

I have executed this recommended command

/etc/e-smith/events/actions/nethserver-mail-shrmbx-modify ev 'Public' 'Public' user=user@$(hostname -d) ADMIN

The error no longer occurs.

Thank you and @mrmarkuz for the hint.

2 Likes

@mrmarkuz

Hi Markus,

I fired up this command on March 30th, too. Since a few days I observe some strange behavior: When accessing mail with different clients, e.g. Thunderbird, IOS mail, Sogo or MS mail, the “changes” do not sync anymore. It is somehow like I email is provided to each client individually. E.g. If I read or delete a mail on IOS and then open Thunderbird, the email is still there, and it appears as unread. I checked my history, but I did not change anything else except some trails on vhost settings on apache.
I believe it has something to to with that command. By change: how do I revert / “undo” that command?

TIA
Thorsten

To list the ACLs:

doveadm acl get -A Public

To remove it (change myuser to fit your environment):

doveadm acl delete -A Public user=myuser@$(hostname -d)