[SOGo] format of configuration file

2011-08-04 Thread J. Echter

Hi,

i'd like to add multidomain setup to my environment, but i wonder why my 
config file looks different to the one in the latest documentation.


is it possible to convert the old format to the new one, so i can use 
the latest manual too?


format of mine:

SOGoIMAPServer
imaps://somehost.de:993
SOGoLanguage
German
SOGoMailDomain
somehost.de
SOGoMailingMechanism
sendmail
SOGoMemcachedHost
127.0.0.1

format shown in manual:

{
"sogod" = {
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”;
SOGoAppointmentSendEMailNotifications = YES;
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer
);
SOGoLanguage = English;

thanks :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] format of configuration file

2011-08-05 Thread Stephen Ingram
J.-

I'm using the old format with multi-domain configuration and it works
just fine. However, if you want to switch, first create your file in
the old format leaving out one attribute. Then write that last
attribute (as user sogo) using:

defaults write sogod SOGoTimeZone "Europe/Berlin"

That will immediately convert the file to the new xml format.

Steve

On Thu, Aug 4, 2011 at 11:04 PM, J. Echter
 wrote:
> Hi,
>
> i'd like to add multidomain setup to my environment, but i wonder why my
> config file looks different to the one in the latest documentation.
>
> is it possible to convert the old format to the new one, so i can use the
> latest manual too?
>
> format of mine:
>
> SOGoIMAPServer
> imaps://somehost.de:993
> SOGoLanguage
> German
> SOGoMailDomain
> somehost.de
> SOGoMailingMechanism
> sendmail
> SOGoMemcachedHost
> 127.0.0.1
>
> format shown in manual:
>
> {
> "sogod" = {
> 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”;
> SOGoAppointmentSendEMailNotifications = YES;
> SOGoCalendarDefaultRoles = (
> PublicViewer,
> ConfidentialDAndTViewer
> );
> SOGoLanguage = English;
>
> thanks :)
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists