Does sogo complain about CR/LF ? what does file /etc/sogo/sogo.conf return?
# file /etc/sogo/sogo.conf /etc/sogo/sogo.conf: ASCII text -----Mensagem original----- De:Christian Mack <[email protected]> Enviado:Qui 01/10/2015 09:04 Assunto:Re: [SOGo] ‘/etc/sogo/sogo.conf‘ does not contain a dictionary Para:[email protected]; Hello Then you should check the permissions set on /etc/sogo/sogo.conf if user sogo has access. Kind regards, Christian Mack Am 01.10.2015 um 09:53 schrieb Christian Eichert: > And if it doesn't ? > > kiki:~# plparse /etc/sogo/sogo.conf > Parsing '/etc/sogo/sogo.conf' - a dictionary > kiki:~# > > regards > Christian > > > Am 30-09-2015 um 00:58 schrieb Harold Fines: >> Have a look at the tool "plparse", it will show you what is wrong with >> your config file :) >> >> 29. Sep 2015 16:11 by [email protected] <mailto:[email protected]>: >> >> 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] <mailto:[email protected]> >> https://inverse.ca/sogo/lists >> > -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung Basisdienste 78457 Konstanz +49 7531 88-4416 -- [email protected] https://inverse.ca/sogo/lists
