On Mon, Jun 14, 2010 at 03:52:20PM +0100, Timo Sirainen wrote: > On Mon, 2010-06-14 at 12:23 +0200, Wolfram Greinert wrote: > > acl_shared_dict: proxy::acl_dict > > dict: > > acl_dict: db:/var/lib/dovecot/acl_dict.db > > Your config looks ok, but Berkeley DB support is currently somewhat > broken and might be causing your problem. Try with file backend instead:
this is shame, I read the wiki and use Berkeley DB and now .... :-) > > 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 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 okay, now I use sqlite, this work perfect :-) > > -- ########################################### # Wolfram Greinert # # URZ der Uni Leipzig, Abteilung Netze # # 04109 Leipzig, Neumarkt 9-19 # # Tel.: +(0341) 97-33325 # # email: [email protected] # ###########################################
