Re: ACL group-override question

2014-06-23 Thread Peter Chiochetti
Previous posts below, here why I guess this one fails: http://hg.dovecot.org/dovecot-2.2/file/c55c660d6e9d/src/plugins/acl/acl-api.c#l744 It says: …a user can't match multiple usernames… In my setup this is not true: there is only one user, but she goes by several names. (Like in /etc/passwd

Re: ACL group-override question

2014-06-17 Thread Peter Chiochetti
Trying to get ACLs working, very basic setup: Virtual users are put into different acl_group via passdb. u:{PLAIN}B::userdb_acl_groups=g The global acl file restricts what they can do. * group-override=g * group=g lr Shouldn't this mean, that the group rights override the user

ACL group-override question

2014-06-16 Thread Peter Chiochetti
Trying to get ACLs working, very basic setup: Virtual users are put into different acl_group via passdb. u:{PLAIN}B::userdb_acl_groups=g The global acl file restricts what they can do. * group-override=g * group=g lr Shouldn't this mean, that the group rights override the user