]> err.no Git - scalable-opengroupware.org/blob - SOGo/Main/README
7e6d556bcd8a16812873afd10be443152c915547
[scalable-opengroupware.org] / SOGo / Main / README
1 SOGo
2 ====
3
4 Master Daemon, loads the functionality from product bundles in Library/SOGo.
5
6 Setup
7 =====
8
9   Defaults write sogod NGBundlePath '"$HOME/Library/SOGo"'
10   => otherwise some bundles will clash with "fat" OGo
11   => the UIx .wox driver must be found
12
13 Defaults
14 ========
15
16   SOGoCrashOnSessionCreate - bool - crash the server if a session is created
17   => useful for debugging
18
19 What it does
20 ============
21 - provides locale support
22 - preloads the SOGo products (SOGoProductLoader)
23 - provides the root object (the application object with user lookup)
24 - sets the authenticator
25 - does some process limits and restart support