]> err.no Git - scalable-opengroupware.org/commitdiff
updated readmes
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 8 Jul 2005 10:59:10 +0000 (10:59 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 8 Jul 2005 10:59:10 +0000 (10:59 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@703 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/Main/README
SOGo/SoObjects/Mailer/README
SOGo/SoObjects/SOGo/README

index 501226bb51dd7325e32ef0cdbac5406008e55126..bcefbd26a07ef0b8ac5159e4f4f30c4f47d9a503 100644 (file)
@@ -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
 ============
index 31df555abd87599a44e8303a21441076f7126307..bfccb5bb2575ca2851045abbcf7e0712aafbb1cd 100644 (file)
@@ -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
index 84e5bc92b0ab87a8e61bcc36e35328d532d088bb..08d4f335629eeeebd6d7971ca47a976fb21472f4 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 libSOGo
 =======