Hello,
I have a shared mailbox (e.g. "info@example.org") and want to give a new user (e.g. "john.doe@example.org") access.
I can use: doveadm acl add -u info@example.org INBOX user=john.doe@example.org create delete expunge insert lookup post read write write-deleted write-seen
Unfortunately, the shared mailbox contains several nested folders. And the new user needs to access these, too.
So I probably had to use doveadm acl add -u info@example.org .INBOX.SubfolderXY user=john.doe@example.org create delete expunge insert lookup post read write write-deleted write-seen ... for each and every subfolder.
Is there a way to give permissions recursively? INBOX and all (sub-)subfolders?
And, by the way, do I have to use doveadm acl recalc -u info@example.org OR doveadm acl recalc -u john.doe@example.org after that? At the moment I always do both.
Thank you! Reg