Hi Frank,

Well, I found some sample from openchange webpage. on the dovecot documentation they have some information too. I have to admit, that it's never easy to configure this kind of stuff. We are trying to get the contact creation from web UI to our LDAP server without success in 3 work days...

For the mail sharing, we will have to enable it in dovecot


# ACL and share folder
    acl = vfile
    acl_shared_dict = proxy::acl

    # By default Dovecot doesn't allow using the IMAP "anyone" or
    # "authenticated" identifier, because it would be an easy way to spam
    # other users in the system. If you wish to allow it,
    acl_anyone = allow

namespace {
    type = shared
    separator = /
    prefix = Shared/%%u/
    location = maildir:%%h:INDEXPVT=~/Shared/%%u

    # this namespace should handle its own subscriptions or not.
    subscriptions = no
    list = children
}

this should give you a small start on your shar folder.

Hope this help

Jonathan


Le 24/11/2016 à 13:04, "Frank Soyer" ([email protected]) a écrit :

Hi list,
and sorry if this question was already answered, I can't find any doc :
I'm testing Sogo 3 (what a pleasure ! ;) bravo to all the team for this work !) and wonder if there is some doc ot tuto about sharing email folders. The system is a CentOS7 with dovecot (provided by VestaCP that I'm adapting for Sogo), auth on mysql. Actualy all other functionnalities work like a charm, mails, calendars, address books, and sharing this last two... But not folders. I've read here some posts, particularly from Jonathan Dumaresq : where have you found this conf ?

Thanx for all informations !
Frank

--
[email protected]
https://inverse.ca/sogo/lists

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to