[Dovecot] Shared mailboxes in dovecot
Hi, i hve a requirement of setting up two folders which should be shared only to selected users only. Pls note that my users are virtual and reside on mysql db. im using maildir as storage. lets assume user A wants to share a folder named shared with user B only. how can i get this done? Regards Jay
Jay Mobile wrote on 11/02/2010:
Hi, i hve a requirement of setting up two folders which should be shared
only to selected users only. Pls note that my users are virtual and
reside on mysql db. im using maildir as storage. lets assume user A
wants to share a folder named shared with user B only. how can i get
this done? Regards Jay
you can find more informations in the Wiki. See:
http://wiki2.dovecot.org/SharedMailboxes/Shared http://wiki2.dovecot.org/ACL
(These informations are for Dovecot 2.x).
You must define a namespace (shared) and create the appropriate acls.
An acl looks like
user=user@example.com rl
This acl (filename: dovecot-acl) can be stored in the folder you would
like to share which means that user "user@example.com" can "read" and
"list" the mailbox.
Some IMAP clients supports shared folders so if you configure Dovecot
correctly you can manage this within your client software but you can
also do this manually.
-- Daniel
On 2010-11-02 2:58 AM, Jay Mobile wrote:
i hve a requirement of setting up two folders which should be shared only to selected users only.
<snip>
lets assume user A wants to share a folder named shared with user B only. how can i get this done?
That's about as basic as it gets... did you read the wiki? What exactly are you having trouble with?
v1.2:
http://wiki.dovecot.org/SharedMailboxes/Shared
v2.0:
http://wiki2.dovecot.org/SharedMailboxes/Shared
--
Best regards,
Charles
participants (3)
-
Charles Marcus
-
Daniel Luttermann
-
Jay Mobile