Hi Guys

I am busy with a fresh installation of SOGo 2.0.5-1, I am struggling with
the new conf file, the old versions used GNUStep, now you can't even log
into the sogo user. I have tried adding the values manually but I get the
following error restarting the sogo service;

<0x0x7f38e4572070[SOGoStartupLogger]> Cannot read configuration from
'/etc/sogo/sogo.conf'. Aborting

My config is below;

{
SOGoTimeZone = Africa/Johannesburg;
SOGoMailDomain = macrobert.co.za;
SOGoLanguage = English;
SOGoAppointmentSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoLoginModule = mail;
SOGoSieveScriptsEnabled = YES;
SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoVactionEnabled = YES;
SOGoMailMessageCheck = every_1_minutes;
SOGoFirstDayOfWeek = 1;
SOGoSuperUsernames = (administrator);
OCSFolderInfoURL = "mysql://
sogo:[email protected]:3306/sogo/sogo_folder_info";
SOGoProfileURL = "mysql://
sogo:[email protected]:3306/sogo/sogo_user_profile";
OCSSessionsFolderURL = "mysql://
sogo:[email protected]:3306/sogo/sogo_sessions_folder";
SOGoUserSources = (
        {
canAuthenticate = YES;
isAddressBook = YES;
type = sql;
id = users
displayName = "SOGo Users";
userPasswordAlgorithm = md5;
viewURL = "mysql://sogo:[email protected]:3306/sogo/sogo_users";

        }
);
SOGoMailingMechanism = smtp;
SOGoSMTPServer = 127.0.0.1;
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoIMAPServer = 127.0.0.1;
}

Is there a command for sogo-tool to insert the values into the conf file
like the defaults write used to? If so can someone provide an example with
the SOGoDraftsFolderName key.

Any help would be greatly appreciated!

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

Reply via email to