Hello,

I have a shared mailbox (e.g. "[email protected]") and want to give a new user 
(e.g. "[email protected]") access.

I can use:
doveadm acl add -u [email protected] INBOX [email protected] 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 [email protected] .INBOX.SubfolderXY 
[email protected] 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 [email protected]
OR
doveadm acl recalc -u [email protected]
after that? At the moment I always do both.

Thank you!
Reg

_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to