mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 14:52:44 +00:00
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.
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user