sogo/Main
Wolfgang Sourdeau a7b876c87a Monotone-Parent: e68a1439ae451b39e7dc057e67708f2af5fcc040
Monotone-Revision: 1d41463c98c6e569d444ae5521059b400945db56

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-10T18:30:30
Monotone-Branch: ca.inverse.sogo
2009-10-10 18:30:30 +00:00
..
GNUmakefile Monotone-Parent: dfb14f2703df6b34884a9fb24c8a1e3346359c45 2009-03-18 22:13:04 +00:00
GNUmakefile.preamble Monotone-Parent: cf83f210bd51772341ff7ea082a7e6bd95fc4bea 2009-03-04 15:27:00 +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: 94ff9caef87cde7157655b9f398a4481c6bf5b72 2009-06-03 23:06:52 +00:00
README See ChangeLog 2009-03-19 01:41:05 +00:00
SOGo.h Monotone-Parent: 2df01a07bf4988a15db9c9f3955f56b8da0448e5 2009-01-09 17:26:25 +00:00
SOGo.m Monotone-Parent: e68a1439ae451b39e7dc057e67708f2af5fcc040 2009-10-10 18:30:30 +00:00
SOGoProductLoader.h Monotone-Parent: dfb14f2703df6b34884a9fb24c8a1e3346359c45 2009-03-18 22:13:04 +00:00
SOGoProductLoader.m added warnings 2009-10-10 18:27:21 +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 See ChangeLog 2009-05-22 21:39:53 +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/bob/GNUstep/Library/SOGo/$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, not the tool name (sogod)!

cd /usr/local/share
mkdir sogo/
cd sogo/
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/www/