mdbox and shared \Seen flag
Hi,
I've just switched mail storage from maildir to mdbox and found it's very amazing.
The only question I've is related to shared mailboxes. In the past I've had a few mailboxes that were shared between two users by just symlinking maildir. So everything was shared including flags and \Seen status. Now I want to get something like this.
As far as I understand, "shared" namespace will keep \Seen flag private. So any suggestions how to make \Seen shared?
My idea is to create some 'private' mdbox-based namespace that points to fixed location on server, that doesn't depends on username? Is it safe (in terms of locking, accessing indexes, etc)? I'm 100% sure that nobody except dovecot will access it.
PS. It's latest version of dovecot.
Thanks.
-- WBR, Dmitry
- Dmitry Nezhevenko <dion@dion.org.ua> 2016.04.09 19:38:
As far as I understand, "shared" namespace will keep \Seen flag private. So any suggestions how to make \Seen shared?
This can be done using INDEXPVT:
location = mdbox:/var/vmail/shared:INDEXPVT=~/mdbox/shared
On Sat, Apr 09, 2016 at 07:47:47PM +0200, Thomas Leuxner wrote:
- Dmitry Nezhevenko <dion@dion.org.ua> 2016.04.09 19:38:
As far as I understand, "shared" namespace will keep \Seen flag private. So any suggestions how to make \Seen shared?
This can be done using INDEXPVT:
location = mdbox:/var/vmail/shared:INDEXPVT=~/mdbox/shared
Hi,
I've actually asked how to make \Seen shared (one user marks message as read, others see it read too).
It looks like just removing INDEXPVT fixes it for me.
Thanks a lot!
-- WBR, Dmitry
participants (2)
-
Dmitry Nezhevenko
-
Thomas Leuxner