17 Jun
2011
17 Jun
'11
10:58 p.m.
On 6/17/2011 1:28 AM, Thomas Leuxner wrote:
Ok - so where are acl_groups, and their access, defined?
Daniel The permissions are set in the 'dovecot-acl' files:
$ cat dovecot-acl anyone lr authenticated lrws group=PublicMailboxAdmins lrwsik
You assign the groups to a particular user per UserDB Extra Fields:
userdb_acl_groups=PublicMailboxAdmins
So there is no defined list of valid groups - arbitrary names are simply
listed in the acl_groups parameter, and are then used in the acl files.
If they're in either one of the acl_groups or acl file(s), and not in
the other, there's no error - they just don't do anything. Right?
-- Daniel