Hi all,

I've problem with my configuration of sogo : 

        OS : CentOS 5.5
        Install method : yum

        Configuration file : 


{
    NSGlobalDomain = {
    };
    sogod = {
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoFoldersSendEMailNotifications = YES;
        OCSEMailAlarmsFolderURL = 
"postgresql://sogo:x...@database_server:5432/sogo/sogo_alarms_folder";
        OCSFolderInfoURL = 
"postgresql://sogo:xx...@database_server:5432/sogo/sogo_folder_info";
        SOGoProfileURL = 
"postgresql://sogo:xx...@database_server:5432/sogo/sogo_user_profile";
        SOGoDraftsFolderName = Drafts;
        SOGoSentFolderName = Sent;
        SOGoTrashFolderName = Trash;
        SOGoImapServer = imap.obspm.fr;
        SOGoLanguage = French;
        SOGoMailDomain = obspm.fr;
        SOGoMailingMechanism = smtp;
        SOGoSMTPServer = "our_smtp_server";
        SOGoTimeZone = Europe/Paris;
        GCSFolderDebugEnabled = YES;
        GCSFolderStoreDebugEnabled = YES;
        LDAPDebugEnabled = YES;
        OCSFolderManagerSQLDebugEnabled = YES;
        PGDebugEnabled = YES;
        SOGoDebugRequests = YES;
        SOGoDebuggingEnabled = YES;
        SOGoUIxDebugEnabled = YES;
        SoDebugObjectTraversal = YES;
        SoSecurityManagerDebugEnabled = YES;
        WODontZipResponse = YES;
        WODebugZipResponse = YES;
        SOGoUserSources = (
            {
                type = ldap;
                CNFieldName = displayName;
                MailFieldName = mail;
                UIDFieldName = uid;
                baseDN = "dc=xxxx,dc=fr";
                bindDN = "dc=xxxx,dc=fr";
                canAuthenticate = YES;
                hostname =  our_ldap_server_in_FQDN;
                port = 389;
                scope = sub;
            }
        );
    };
}

When I restart sogo everything is fine (no complain). But when I try to
authenticate through the web server it's not working. 

I've launch a tcpdump on the sogo server, he event don't initiate a
connection to our «our_ldap_server_in_FQDN». 

What's wrong with my configuration ? 

Lots of thanks.

Regards.

JAS

NB: First time I come here, but if they are some developer of sogo here, I
would like to thanks to him for there work.

-- 
Albert SHIH
DIO batiment 15
Observatoire de Paris Meudon
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26/06 86 69 95 71
Heure local/Local time:
ven 29 oct 2010 23:43:39 CEST
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to