From 9510fe7a34c8a9c4f5202526711233c32ed4f4f8 Mon Sep 17 00:00:00 2001 From: Pflum <59760697+Pflum@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:09:01 +0200 Subject: [PATCH] Update acl_sharing_map documentation Add note about unsupported dictionary drivers in acl_sharing_map dictionary. --- data/settings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/settings.js b/data/settings.js index 90589b14b..240cb630d 100644 --- a/data/settings.js +++ b/data/settings.js @@ -1869,6 +1869,8 @@ namespace ignore { A shared mailbox dictionary that defines which users may LIST mailboxes shared by other users. +Not every dictionary driver is supported here. The map needs dict_iterate which is not supported by redis and ldap. + See [[link, shared_mailboxes_listing]] for further details on the contents of the dictionary entries.