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
On 6/14/2011 1:19 AM, Willie Gillespie wrote:
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.
I read that, and the wiki section mentioned groups - I still don't grasp it 100% yet.
Are "acl_groups" a list of UNIX groups? Or are they defined somewhere else within Dovecot?
-- Daniel
On Tue, 2011-06-14 at 11:10 -0700, Daniel L. Miller wrote:
Are "acl_groups" a list of UNIX groups? Or are they defined somewhere else within Dovecot?
ACL groups are only a list of groups that are used by ACL plugin when applying the ACLs from the dovecot-acl files. There's no requirement for them to match UNIX groups. There's no need to list them anywhere.
participants (3)
-
Daniel L. Miller
-
Timo Sirainen
-
Willie Gillespie