sogo/Main
Wolfgang Sourdeau 55b88b69dd Monotone-Parent: a31a31f34a80e50467184ed5bea36810cbac0e33
Monotone-Revision: 960e78b7d7470774c06a955e2a985fc80998d735

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-31T17:43:47
Monotone-Branch: ca.inverse.sogo
2008-12-31 17:43:47 +00:00
..
ChangeLog.upstream - renamed old and obsolete ChangeLogs to Changelog.upstream; 2006-07-04 20:13:47 +00:00
GNUmakefile Monotone-Parent: d8ee782e0279aa96226ceac45acca9d744f3f234 2008-02-14 17:31:23 +00:00
GNUmakefile.preamble Monotone-Parent: add5712466eee5d26701d06e05d1e2771f7dd4fa 2008-04-24 01:04:11 +00:00
MainUIProduct.m see ChangeLog 2006-06-15 19:34:10 +00:00
NSException+Stacktrace.h see changelog 2007-12-03 14:13:10 +00:00
NSException+Stacktrace.m Monotone-Parent: 473e23aa8952f82b8ef8ebcb95fd3ad46226c3be 2007-12-05 22:51:01 +00:00
README see ChangeLog 2006-06-15 19:34:10 +00:00
SOGo.m Monotone-Parent: a31a31f34a80e50467184ed5bea36810cbac0e33 2008-12-31 17:43:47 +00:00
SOGoProductLoader.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoProductLoader.m Monotone-Parent: 95af248444f21e7a45c7f512247840f4bf84e4bb 2008-12-11 16:45:39 +00:00
Version see ChangeLog 2006-06-15 19:34:10 +00:00
build.h Monotone-Parent: c33cdda9e79ffbb64ec7e5ffcb898838a13ac5a7 2008-09-27 01:13:41 +00:00
build.m Monotone-Parent: c33cdda9e79ffbb64ec7e5ffcb898838a13ac5a7 2008-09-27 01:13:41 +00:00
fhs.make see ChangeLog 2006-06-15 19:34:10 +00:00
sogod.m Monotone-Parent: 7a136eaa02ec3a94eb1e5d03db3079470f49374e 2008-09-25 16:28:22 +00:00

README

SOGo
====

Master Daemon, loads the functionality from product bundles in Library/SOGo.

Setup
=====

  Defaults write sogod NGBundlePath '"$HOME/Library/SOGo"'
  => otherwise some bundles will clash with "fat" OGo
  => the UIx .wox driver must be found


Defaults
========

  SOGoDefaultLanguage - string - currently used for selecting the language of
  the mail templates. Default is "French".

  SOGoCrashOnSessionCreate - bool - crash the server if a session is created
  => useful for debugging

  SOGoEnableDoubleReleaseCheck - bool - call
  +[NSAutoreleasePool enableDoubleReleaseCheck:YES] upon start
  => useful for debugging

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\""'

AgenorProfileURL - URL
- configure database location of the user profile
  eg: http://postgres:@agenor-db:5432/test/sogo_user_profile

SOGoDoNotRedirectRootPage - YES|NO
- do not redirect to home-folder for authenticated users but show the
  root page (with the login name)


What it does
============
- provides locale support
- preloads the SOGo products (SOGoProductLoader)
- provides the root object (the application object with user lookup)
- sets the authenticator
- does some process limits and restart support


Apache Setup
============

  AliasMatch /SOGoHH/so/ControlPanel/Products/(.*)/Resources/(.*) \
             /home/helge/GNUstep/Library/SOGo-0.9/$1.SOGo/Resources/$2

  <LocationMatch "^/SOGoHH*">
    AuthName "Agenor LDAP"
    AuthType Basic
    AuthLDAPEnabled on
    AuthLDAPUrl ldap://agenor-ldap:389/ou=organisation,dc=equipement,dc=gouv,dc=fr??sub?(&(objectClass=person)(uid=*))
    require valid-user

    SetHandler ngobjweb-adaptor
    SetAppPort 9000
  </LocationMatch>

  <LocationMatch "^/SOGoHH/so/ControlPanel/Products/.*UI/Resources/.*(\.png$|\.gif$|\.css$|\.js$)">
    SetHandler default-handler
  </LocationMatch>


FHS Setup
=========

NOTE: use the appname, sogo-0.9, not the tool name (sogod-0.9)!

cd /usr/local/share
mkdir sogo-0.9/
cd sogo-0.9/
ln -s ~/dev/SOGo-trunk/UI/Templates ./templates
ln -s ~/dev/SOGo-trunk/UI/WebServerResources ./www

Apache:

Alias /SOGo.woa/WebServerResources/ \
      /usr/local/share/sogo-0.9/www/