Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-02-15 Thread Thomas Leuxner
* Thomas Leuxner t...@leuxner.net 2014.02.10 08:51: Public/* group=PublicMailboxAdmins lrwsik yields an error (Public/ Namespace) while 'Public*' works: $ doveadm mailbox create -u t...@leuxner.net Public/Test $ doveadm(t...@leuxner.net): Error: Can't create mailbox Public/Test:

Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-02-09 Thread Timo Sirainen
On 7.2.2014, at 17.21, Thomas Leuxner t...@leuxner.net wrote: * Timo Sirainen t...@iki.fi 2014.02.07 21:37: $ doveadm mailbox create -u t...@leuxner.net Shops/Test doveadm(t...@leuxner.net): Panic: file acl-global-file.c: line 163 (acl_global_file_find_rights): assertion failed:

Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-02-09 Thread Thomas Leuxner
* Timo Sirainen t...@iki.fi 2014.02.10 00:25: Public/* group=PublicMailboxAdmins lrwsik yields an error (Public/ Namespace) while 'Public*' works: $ doveadm mailbox create -u t...@leuxner.net Public/Test $ doveadm(t...@leuxner.net): Error: Can't create mailbox Public/Test:

Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-02-07 Thread Timo Sirainen
On 30.1.2014, at 5.23, Thomas Leuxner t...@leuxner.net wrote: * Thomas Leuxner t...@leuxner.net 2014.01.28 08:29: $ cat global-acl INBOX owner lrwstiekxap Public* group=PublicMailboxAdmins lrwsik Following up on this, there seems to be an issue with separators. Mailbox creation

Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-02-07 Thread Thomas Leuxner
* Timo Sirainen t...@iki.fi 2014.02.07 21:37: $ doveadm mailbox create -u t...@leuxner.net Shops/Test doveadm(t...@leuxner.net): Panic: file acl-global-file.c: line 163 (acl_global_file_find_rights): assertion failed: (file-last_refresh_time != 0) Fixed:

Re: [Dovecot] New global ACL mailbox pattern feature in HG

2014-01-30 Thread Thomas Leuxner
* Thomas Leuxner t...@leuxner.net 2014.01.28 08:29: $ cat global-acl INBOX owner lrwstiekxap Public* group=PublicMailboxAdmins lrwsik Following up on this, there seems to be an issue with separators. Mailbox creation crashes, while it used to work fine with the same configuration w/o the

[Dovecot] New global ACL mailbox pattern feature in HG

2014-01-27 Thread Thomas Leuxner
Hi, I played around with changeset 9376bf098692 a bit. Right now I'm unsure how to describe a namespace using this feature. Using something like 'Public/* doesn't seem to work while 'Public* does, but would also potentially alter non-related mailboxes elsewhere: $ cat global-acl INBOX owner