On Tue, 2010-06-15 at 15:07 +0200, Wolfram Greinert wrote: > > acl_shared_dict = file:/var/lib/dovecot/acl_dict > > I try this, no success :-( > > chmod 0777 /var/lib/dovecot > touch /var/lib/dovecot/acl_dict > chown dovecot:dovecot /var/lib/dovecot/acl_dict
You shouldn't create any files owned by dovecot user (even though it's 0666 permission here, it's still a bad habit :) http://wiki.dovecot.org/UserIds > chmod 0666 /var/lib/dovecot/acl_dict > > now user test2 say "setacl t2_t4 test4 lrwsi" and: > > -rw------- 1 test2 users /var/lib/dovecot/acl_dict I fixed this a few days ago: http://hg.dovecot.org/dovecot-1.2/rev/0b0cb71aea03 It should have logged an error. No one who has reported this bug has looked at their logs :(
