Merge pull request #67 from JensErat/documentation

ActiveSync URL fix and paragraph on common configuration issues
This commit is contained in:
extrafu 2014-12-09 07:30:53 -05:00
commit fd756b581d

View file

@ -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 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 Preferences Hierarchy
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
@ -2556,7 +2561,7 @@ any mobile devices that support Microsoft ActiveSync. Microsoft Outlook
2013 is also supported. 2013 is also supported.
The Microsoft ActiveSync server URL is generally something The Microsoft ActiveSync server URL is generally something
like: `http://localhost/Microsoft-Active-Sync`. like: `http://localhost/Microsoft-Server-ActiveSync`.
Upgrading Upgrading
--------- ---------