Hello, i setup SOGO on Debian Squeeze with Multidomain Support in LDAP and
Cyrus with Multi Domain Support. Everything works fine. Calender, Mail and so
on. My LDAP Server is on a seperate System. I can make an ldapsearch from the
Sogo Server, No Problem.

Each Time i try to access the shared address book for each of my two domains i
got an: 

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET
/SOGo/so/[email protected]/Contacts/view.

Reason: Error reading from remote server

in the sogo log file i got the following ERROR:

EXCEPTION: <NSException: 0x9b88c90> NAME:NSInvalidArgumentException
REASON:GSCInlineString(instance) does not recognize containsObject: INFO:(nil)

My config for Domains is:

                SOGoLanguage = German;
                   SOGoMailingMechanism = smtp;
                   SOGoSMTPServer = 127.0.0.1;
                   SOGoTimeZone = Europe/Berlin;
                   SOGoIMAPServer = localhost;
                   domains = {
                          david = {
                          SOGoMailDomain = david.local;
               SOGoUserSources = (
                   {
                      type = ldap;
                      CNFieldName = cn;
                      IDFieldName = uid;
                      UIDFieldName = uid;
                      baseDN = "ou=Users,ou=david.local,dc=david,dc=local";
                      bindDN = "cn=ldapadmin,dc=david,dc=local";
                      bindPassword = bindpw;
                      bindFields = "mail, sAMAccountName, displayName";
                      canAuthenticate = YES;
                      displayName = "Gemeinsame Kontakte";
                      hostname = 192.168.75.11;
                      id = david;
                      isAddressBook = YES;
                      port = 389;
                   }
               );
        };
        david2.local = {
               SOGoMailDomain = david2.local;
               SOGoUserSources = (
                   {
                      type = ldap;
                      CNFieldName = cn;
                      IDFieldName = uid;
                      UIDFieldName = uid;
                      baseDN = "ou=Users,ou=david2.local,dc=david,dc=local";
                      bindDN = "cn=ldapadmin,dc=david,dc=local";
                      bindPassword = binpassword2;
                      bindFields = "mail, sAMAccountName, displayName";
                      canAuthenticate = YES;
                      displayName = "Shared Addresses";
                      hostname = 192.168.75.11;
                      id = david2;
                      isAddressBook = YES;
                      port = 389;
                   }
               );
        }
     };
  };
}

i can't find any reason why it should not work. i can login with
username@domain, i can add calender tasks send and recieve mails no problems
but when i start to click on the adressbook, error.

can anybody please help or have any idea?

thanks

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

Reply via email to