From: helge Date: Fri, 8 Jul 2005 10:59:10 +0000 (+0000) Subject: updated readmes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af6f3655184d22daeb1541e5bb9d0d53beb817e;p=scalable-opengroupware.org updated readmes git-svn-id: http://svn.opengroupware.org/SOGo/trunk@703 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/Main/README b/SOGo/Main/README index 501226bb..bcefbd26 100644 --- a/SOGo/Main/README +++ b/SOGo/Main/README @@ -15,12 +15,17 @@ Defaults 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 ============ diff --git a/SOGo/SoObjects/Mailer/README b/SOGo/SoObjects/Mailer/README index 31df555a..bfccb5bb 100644 --- a/SOGo/SoObjects/Mailer/README +++ b/SOGo/SoObjects/Mailer/README @@ -39,10 +39,3 @@ SOGoNoDraftDeleteAfterSend YES|NO - makes the draft's -delete method a NOOP 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 diff --git a/SOGo/SoObjects/SOGo/README b/SOGo/SoObjects/SOGo/README index 84e5bc92..08d4f335 100644 --- a/SOGo/SoObjects/SOGo/README +++ b/SOGo/SoObjects/SOGo/README @@ -1,5 +1,3 @@ -# $Id$ - libSOGo =======