On ke, 2010-06-09 at 17:41 +0100, Keith Edmunds wrote:
I'm setting up shared mailboxes as in http://wiki.dovecot.org/SharedMailboxes/Shared, and have set ACLs as described on that page to share one folder of user A's mailbox with User B.
You did it with SETACL command, and you had acl_shared_dict set? A little more details would be helpful..
Yes and yes:
[as user 'kae', who wants to share a folder called 'stuff' with user def] 1 login kae kae 1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS ACL RIGHTS=texk] Logged in 2 setacl stuff def rl 2 OK Setacl complete. 3 getacl stuff
- ACL "stuff" "def" lr "kae" lrwstipekxacd 3 OK Getacl completed.
[now as user def] 1 login def def 1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS ACL RIGHTS=texk] Logged in 2 list "" *
- LIST (\HasNoChildren) "/" "Trash"
- LIST (\HasNoChildren) "/" "INBOX"
- LIST (\HasNoChildren) "/" "info"
- LIST (\HasNoChildren) "/" "customers" 2 OK List completed.
Contents of acl_shared_dict: shared/shared-boxes/user/def@dovecot/kae 1 shared/shared-boxes/user/def/kae 1
Does that shed any light?
Thanks, Keith