On 10-11-18 2:36 PM, Dirk Timmermann wrote:
I am not a SOGo expert by any means. And I am in the same boat as you. My IMAP users authenticate separately from my AD domain users. If the email password is the same for both accounts, SOGo email works out of the box.
One thing we could eventually support is an IMAP-based authentication source, something like:

sogod SOGoUserSources '(
    {
        type = ldap;
        CNFieldName = cn;
        IDFieldName = uid;
        UIDFieldName = uid;
        baseDN = "ou=people,dc=inverse,dc=ca";
        canAuthenticate = NO;
        displayName = "Shared Addresses";
        hostname = ldap.inverse.ca;
        id = public;
        isAddressBook = YES;
    },
    {
        type = imap;
        hostname = imap://imap.inverse.ca;
        canAuthenticate = YES;
    }
)'

This should be quite easy to add.

Regards,

--
Ludovic Marcotte
[email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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

Reply via email to