sogo/Main
Wolfgang Sourdeau 5b59219812 Monotone-Parent: f4d36201867e3633e57d99b75ebd377af0a7a8bb
Monotone-Revision: 20ad0039d697a608e811617e3f9802be732ccf03

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-23T19:26:05
Monotone-Branch: ca.inverse.sogo
2010-04-23 19:26:05 +00:00
..
GNUmakefile Monotone-Parent: 0ebe4e0732b854746e58688103e527d97b43e36e 2010-02-19 13:47:40 +00:00
GNUmakefile.preamble Monotone-Parent: d5640b6a541fb6bc6c0cdd32d499796291e09473 2010-02-18 22:08:48 +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+DAV.h Monotone-Parent: a4b72920f072cccd72e189b05519b57436eb9471 2010-04-21 14:35:58 +00:00
SOGo+DAV.m Monotone-Parent: f4d36201867e3633e57d99b75ebd377af0a7a8bb 2010-04-23 19:26:05 +00:00
SOGo.h Monotone-Parent: ffb403989e64c7ca37321c15ab24b50155dc2f68 2009-10-21 21:17:11 +00:00
SOGo.m Monotone-Parent: be431bdd93e6d75500bc17889aba62d9c2c91105 2010-02-19 13:47:00 +00:00
Version Monotone-Parent: 3584694c05a43dbcbd0b915571e0637c4c86be54 2010-02-19 13:48:09 +00:00
fhs.make see ChangeLog 2006-06-15 19:34:10 +00:00
sogod.m Monotone-Parent: b5a04e99cccb4e6bde4bed001b9a407168745cad 2010-01-18 09:23:06 +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/