[horde] Share som IMAP folders

Grouchy Sysadmin sysadmin at grouchysysadmin.com
Sat Feb 16 16:56:15 UTC 2019


On 2/16/19 7:14 AM, Bzzzz wrote:
> On Sat, 16 Feb 2019 14:45:50 +0100
> "A. Schulze" <sca at andreasschulze.de> wrote:
>
>> Am 16.02.19 um 02:09 schrieb Bzzzz:
>>> https://www.horde.org/apps/webmail says IMAP folder can be shared,
>>> however, I do not see any option to do so into 5.2.17, is it a
>>> feature for the latest Horde version only or am I missing
>>> something?
>> Your IMAP have to support sharing. *Than* it will be usable via
>> horde/webmail, too
> Thanks Andreas, it's a very long time since I fiddle with dovecot and
> it's doc isn't very clear about that - but from what I see, I fear I
> can't convert the main server in a snap :/
>
> JY
>
If I remember correctly, you need to set up a shared namespace in 
Dovecot. Something like this,

namespace {
   type = shared
   separator = /
   prefix = shared/%%u/
   location = 
maildir:/path/to/mail/%%d/%%n/mail:INDEX=/path/to/mail/%d/%u/shared/%%u/
   subscriptions = yes
   list = children
}




More information about the horde mailing list