Hello,

I am deploying Sogo, and for now, everything works fine.

But, I am asked to enable the automatic vacation replies only for a set
of users. I thought I can do this with a multi-domain configuration, but
I have read that implies have many URL for the users (who don't know the
separation).


In my current set up, only one UserSource is used. Is this setup possible ?

sogod domains '{
    norep.ecp.fr = {
        SOGoUserSources = (
            {
                CNFieldName = cn;
                UIDFieldName = supannAliasLogin;
                baseDN = "ou=people,dc=ecp,dc=fr";
                bindDN = "cn=sogo,ou=applications,dc=ecp,dc=fr";
                bindFields = (
                    supannAliasLogin
                );
                bindPassword = *******;
                canAuthenticate = YES;
                displayName = ECP;
                filter = "MailRoutingAddress=\"rea\"";
                hostname = auth.ldap.ecp.fr;
                id = public;
                isAddressBook = YES;
                port = 389;
            }
        );
        SOGoVacationEnabled = NO;
    };
    rep.ecp.fr = {
        SOGoUserSources = (
            {
                CNFieldName = cn;
                UIDFieldName = supannAliasLogin;
                baseDN = "ou=people,dc=ecp,dc=fr";
                bindDN = "cn=sogo,ou=applications,dc=ecp,dc=fr";
                bindFields = (
                    supannAliasLogin
                );
                bindPassword = ******;
                canAuthenticate = YES;
                displayName = "ECP VIP";
                filter = "MailRoutingAddress!=\"rea\"";
                hostname = auth.ldap.ecp.fr;
                id = public;
                isAddressBook = YES;
                port = 389;
            }
        );
        SOGoVacationEnabled = YES;
    };
}'


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

Reply via email to