I get this

[....] Restarting SOGo: sogoNo process in pidfile '/var/run/sogo/sogo.pid' found running; none killed. 2015-09-29 17:11:19.081 sogod[25974] File NSDictionary.m: 625. In -[NSDictionary initWithContentsOfFile:] Contents of file '/etc/sogo/sogo.conf' does not contain a dictionary <0x0x7f23a327a8d0[SOGoStartupLogger]> Can't deserialize /etc/sogo/sogo.conf, exiting.

my /etc/sogo/sogo.conf looks like this

{
SOGoProfileURL = "postgresql://sogo:[email protected]:5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "postgresql://sogo:[email protected]:5432/sogo/sogo_folder_info"; OCSSessionsFolderURL = "postgresql://sogo:[email protected]:5432/sogo/sogo_sessions_folder"; OCSEMailAlarmsFolderURL = "postgresql://sogo:[email protected]:5432/sogo/sogo_alarms_folder";
  SOGoLanguage = English;
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoMailingMechanism = smtp;
  SOGoSMTPServer = 127.0.0.1;
  SOGoTimeZone = UTC;
  SOGoSentFolderName = Sent;
  SOGoTrashFolderName = Trash;
  SOGoDraftsFolderName = Drafts;
  SOGoIMAPServer "127.0.0.1:143";
  SOGoSieveServer "sieve://127.0.0.1:4190";
  SOGoVacationEnabled = YES;
  SOGoForwardEnabled = YES;
  SOGoSieveScriptsEnabled = YES;
  SOGoIMAPAclConformsToIMAPExt = YES;
  SOGoFirstDayOfWeek = 1;
  SOGoMailMessageCheck = manually;
  SOGoMailAuxiliaryUserAccountsEnabled = YES;

  SOGoCalendarDefaultRoles = (
      PublicViewer,
      ConfidentialDAndTViewer
  );

  SOGoUserSources =
  (
    {
      type = sql;
      id = directory;
viewURL = "postgresql://sogo:[email protected]:5432/sogo/sogo_view";
      canAuthenticate = YES;
      isAddressBook = YES;
      userPasswordAlgorithm = md5;
    }
  );


}


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

Reply via email to