14 Nov
2011
14 Nov
'11
1:30 p.m.
On Fri, Apr 08, 2011 at 04:17:06PM +0300, Timo Sirainen wrote:
doveadm mailbox list -u admin@domain "sales/CustA/*" | while read mailbox; do doveadm acl set -u user@domain "$mailbox" user@domain +lrw done
Have the +lrw modifiers been implemented at all? I can only get it to work with syntax like:
$ doveadm acl set -u user@domain "Shops/ACME" owner insert lookup post read write write-seen
This is a bit painful to type and does not allow to add or remove rights...
Thomas