1

Topic: Removal of IMAP shared folders

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.7.1
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version: Rocky 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I have an iRedMail server that has been in place for many years, and has been upgraded through many versions.

A long time ago I configured some IMAP shared folders for some users.  I think that I used a Thunderbird ACL plugin (it may have been the Roundcube ACL plugin).

I now want to remove those shared folders.

My problem is that there is no Thunderbird ACL plugin compatible with current versions of Thunderbird, and the Roundcube ACL plugin seems to have vanished from the repository.

Are you aware of any currently supported ACL plugins for common email clients?

If not, are there instructions for manually removing shared folders.  I don't want to risk corruption of configuration and accounts.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Removal of IMAP shared folders

mikenz wrote:

the Roundcube ACL plugin seems to have vanished from the repository.

ACL plugin is always there: https://github.com/roundcube/roundcubem … ugins/acl/
Make sure it's enabled in Roundcube config.

3

Re: Removal of IMAP shared folders

ZhangHuangbin wrote:
mikenz wrote:

the Roundcube ACL plugin seems to have vanished from the repository.

Make sure it's enabled in Roundcube config.

Thank you for responding.  I was looking in the wrong (old?) repo.

The acl plugin is actually already in the the default roundcube installation, but not enabled.

To make it work I added the 'acl' to config.inc in the line:

// PLUGINS
$config['plugins'] = array('managesieve', 'password', 'zipdownload', 'acl');

In the roundcube/plugins/acl directory I also renamed config.inc.php.dist to config.inc.php

Perhaps you could updatedocs.iredmail.org/mailbox.sharing.html with some clearer instructions.