O/H Timo Sirainen έγραψε:
On Wed, 2009-11-25 at 09:36 +0200, Dimitrios Karapiperis wrote:
I have a corpus of virtual users ( user1@domain.tld , user2@domain.tld, user3@domain.tld,..., usern@domain.tld ... ) authenticated against Active Directory.
Is it possible to group some users (virtual) and give appropriate ACLs on a shared imap public folder using an ACL vfile?
Yes, with v1.1+. You'll need to have your userdb lookup (or some other way, e.g. with post-login scripting) return a comma-separated acl_groups field. http://wiki.dovecot.org/ACL
Thanks for the reply.
//return a comma-separated acl_groups field. What does this mean, sorry I cannot usnderstand it. Is there somewhere some bits of configuration lines, so that it will be more clear.
Thanks Dimitrios