SOGoCrashOnSessionCreate - bool - crash the server if a session is created
=> useful for debugging
+
SOGoEnableDoubleReleaseCheck - bool - call
+[NSAutoreleasePool enableDoubleReleaseCheck:YES] upon start
=> useful for debugging
- SOGoAllowsUnrestrictedAccess - bool - allow or disallow unrestricted access
- in the absence of a proxy inserting the X-mineqProvenance header field
- => useful for testing
+
+SOGoInternetDetectQualifier
+- an EOQualifier to detect whether a set of HTTP headers is from the outside,
+ eg: "NOT (minequprovenance = 'intranet')"
+ -SOGoInternetDetectQualifier '"NOT (minequprovenance = \"intranet\")"'
+ Note: all header field names are lowercase
+ Testing: -SOGoInternetDetectQualifier '"host = \"agenor.opengroupware.org\""'
What it does
============
SOGoSpecialFoldersInRoot YES|NO - do special folders live under INBOX?
- corresponds to the Cyrus setting: "altnamespace: yes"
SOGoEnableSieveFolder YES|NO - should the Sieve folder be visible?
-
-SOGoInternetDetectQualifier
-- an EOQualifier to detect whether a set of HTTP headers is from the outside,
- eg: "NOT (minequprovenance = 'intranet')"
- -SOGoInternetDetectQualifier '"NOT (minequprovenance = \"intranet\")"'
- Note: all header field names are lowercase
- Testing: -SOGoInternetDetectQualifier '"host = \"agenor.opengroupware.org\""'
\ No newline at end of file