Hi,

I am new to SOGo and just did a fresh install on Debian 7.0. IMAP, SMTP and LDAP are on different servers. I use ActiveDirectory for authentification.

When logging in to SOGo I get this message in my browser

object not found: SOGo => [email protected]

The log is showing this

Feb 21 09:31:33 sogod [29221]: |SOGo| starting method 'GET' on uri '/SOGo/[email protected]' 2014-02-21 09:31:33.195 sogod[29221] ERROR(-[NSNull(misc) forwardInvocation:]): called selector objectForKey: on NSNull ! Feb 21 09:31:33 sogod [29221]: <0x0x7f3a4d9cc790[NGLdapConnection]> Using ldap_initialize for LDAP URL: ldap://192.168.1.13 2014-02-21 09:31:33.198 sogod[29221] ERROR(-[NSNull(misc) forwardInvocation:]): called selector setObject:forKey: on NSNull !
2014-02-21 09:31:33.198 sogod[29221]   didn't set return value for type 'v'
Feb 21 09:31:33 sogod [29221]: |SOGo| request took 0.004689 seconds to execute 192.168.1.107 - - [21/Feb/2014:09:31:33 GMT] "GET /SOGo/[email protected] HTTP/1.1" 404 49/0 0.006 - - 0



This is my sogo.conf


{
/* ********************* Main SOGo configuration file **********************
* *
* Since the content of this file is a dictionary in OpenStep plist format, * * the curly braces enclosing the body of the configuration are mandatory. * * See the Installation Guide for details on the format. *
* *
* C and C++ style comments are supported. *
* *
* This example configuration contains only a subset of all available * * configuration parameters. Please see the installation guide more details. *
* *
* ~sogo/GNUstep/Defaults/.GNUstepDefaults has precedence over this file, * * make sure to move it away to avoid unwanted parameter overrides. *
* *
* **************************************************************************/

  /* Database configuration (mysql:// or postgresql://) */
//SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile"; //OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info"; //OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";

SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info"; OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";



  /* Mail */
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoIMAPServer = 10.10.10.2;
SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSMTPServer = 127.0.0.1;
SOGoMailDomain = spar-mit.com;
SOGoMailingMechanism = smtp;
SOGoForceExternalLoginWithEmail = NO;
SOGoMailSpoolPath = /var/spool/sogo;
NGImap4ConnectionStringSeparator = "/";

  //SOGoAppointmentSendEMailNotifications = NO;
  //SOGoACLsSendEMailNotifications = NO;

  /* Authentication */
  //SOGoPasswordChangeEnabled = YES;

  /* LDAP authentication example */

SOGoUserSources = (
    {
      type = ldap;
      CNFieldName = cn;
      UIDFieldName = uid;
      IDFieldName = uid; // first field of the DN for direct binds
bindFields = (uid, mail, cn); // array of fields to use for indirect binds
      baseDN = "ou=xxxxxx,dc=XXXXXXX,dc=local";
      bindDN = "cn=sogo,cn=users,dc=XXXXXXX,dc=local";
      bindPassword = XXXXXXXXX;
      canAuthenticate = YES;
      displayName = "Shared Addresses";
      hostname = ldap://192.168.1.13;
      id = public;
      isAddressBook = YES;
      port = 389;
    }
);

 /* Web Interface */
SOGoPageTitle = SOGo;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoSieveScriptsEnabled = YES;
SOGoMailAuxiliaryUserAccountsEnabled = YES;

  /* General */
//SOGoLanguage = German;
//SOGoTimeZone = Europe/Berlin;
  //SOGoCalendarDefaultRoles = (
  //  PublicDAndTViewer,
  //  ConfidentialDAndTViewer
  //);
//SOGoSuperUsernames = (sogo1, sogo2); // This is an array - keep the parens!
  //SxVMemLimit = 384

  /* Debug */
SOGoDebugRequests = YES;
SoDebugBaseURL = YES;
  //ImapDebugEnabled = YES;
LDAPDebugEnabled = YES;
PGDebugEnabled = YES;
  //MySQL4DebugEnabled = YES;
  //SOGoUIxDebugEnabled = YES;
  //WODontZipResponse = YES;
WOLogFile = /var/log/sogo/sogo.log;
}


Does anybody know what might go wrong?

Regards, Thomas


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

Reply via email to