From 4e6214d6fcaa278f4039765de2b74fd862ced228 Mon Sep 17 00:00:00 2001 From: Jens Erat Date: Tue, 9 Dec 2014 13:11:03 +0100 Subject: [PATCH 1/2] Fixed ActiveSync URL in documentation --- Documentation/SOGoInstallationGuide.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 7b332cf26..e33177cda 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -2556,7 +2556,7 @@ any mobile devices that support Microsoft ActiveSync. Microsoft Outlook 2013 is also supported. The Microsoft ActiveSync server URL is generally something -like: `http://localhost/Microsoft-Active-Sync`. +like: `http://localhost/Microsoft-Server-ActiveSync`. Upgrading --------- From 39e8f055d702e0d33da6af130403e1fd0287c102 Mon Sep 17 00:00:00 2001 From: Jens Erat Date: Tue, 9 Dec 2014 13:23:21 +0100 Subject: [PATCH 2/2] Added information on common configuration issues A very common issue (watching the mailing list) is not wrapping the whole configuration in a dictionary. SOGo is not very helpful at debugging broken configuration files, thus hinting `plparse` already installed with the GNUstep runtime. --- Documentation/SOGoInstallationGuide.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index e33177cda..45c4fc943 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -273,6 +273,11 @@ is not required, only recommended. Block comments are delimited by `/*` and `*/` and can span multiple lines while line comments must start with `//`. +The configuration must be contained in a root dictionary, thus be completely +wrapped within curly brackets `{ [configuration] }`. If SOGo refuses to +start due to syntax errors in its configuration file, `plparse` is helpful +for finding these, as it indicates the line containing the problem. + Preferences Hierarchy ~~~~~~~~~~~~~~~~~~~~~