diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 7b332cf26..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 ~~~~~~~~~~~~~~~~~~~~~ @@ -2556,7 +2561,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 ---------