10 Feb
2014
10 Feb
'14
9:51 a.m.
- Timo Sirainen <tss@iki.fi> 2014.02.10 00:25:
Public/* group=PublicMailboxAdmins lrwsik
yields an error (Public/ Namespace) while 'Public*' works: $ doveadm mailbox create -u tlx@leuxner.net "Public/Test" $ doveadm(tlx@leuxner.net): Error: Can't create mailbox Public/Test: Permission denied
I think that's correct behavior? The "k" right needs to be for the parent "Public", while Public/* only matches its children.
I see. Wouldn't "Public" also let's say undesirably apply to mailboxes in the user context then, e.g. someone creates a "Public" folder in his INBOX? I'm asking as I only want to apply the ACL to a namespace.
Regards Thomas