Using LDAP userdb/passdb. Is it possible to define a default set of ACL's at the userdb level, to provide access to shared mailboxes? How? -- Daniel
On 6/13/2011 2:47 PM, Daniel L. Miller wrote:> Using LDAP userdb/passdb. Is it possible to define a default set of > ACL's at the userdb level, to provide access to shared mailboxes? How?You could maybe use acl_groups In Dovecot LDAP config: user_attrs = some_ldap_attr=acl_groups Then give the groups the permissions you want the users to have. Willie