sogo/Main
Wolfgang Sourdeau cbf5928305 Monotone-Parent: c80328c7641cc92221810e163f1f30bb47dbbd6e
Monotone-Revision: 32f5ff4c695e7e7d495966f686556dc800e22466

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-04T15:41:14
Monotone-Branch: ca.inverse.sogo
2007-09-04 15:41:14 +00:00
..
ChangeLog.upstream - renamed old and obsolete ChangeLogs to Changelog.upstream; 2006-07-04 20:13:47 +00:00
GNUmakefile Monotone-Parent: 0b420e8656035beafc355f675622d682f09c04b0 2007-08-08 17:38:50 +00:00
GNUmakefile.preamble Monotone-Parent: f2ad0d0ba43feee8b989d79cf1cdceae7fb74a75 2007-08-08 14:55:27 +00:00
MainUIProduct.m see ChangeLog 2006-06-15 19:34:10 +00:00
README see ChangeLog 2006-06-15 19:34:10 +00:00
SOGo.m Monotone-Parent: c80328c7641cc92221810e163f1f30bb47dbbd6e 2007-09-04 15:41:14 +00:00
SOGoProductLoader.h see ChangeLog 2006-06-15 19:34:10 +00:00
SOGoProductLoader.m Monotone-Parent: bfd8aebdc5bf06b13f52fd7b6c23ae44f61d22db 2007-07-03 14:18:05 +00:00
Version see ChangeLog 2006-06-15 19:34:10 +00:00
build.h Monotone-Parent: 7aa005d0b5e60fab2bbc5ef1ea550d934c910ecc 2007-08-21 14:45:07 +00:00
build.m Monotone-Parent: f2ad0d0ba43feee8b989d79cf1cdceae7fb74a75 2007-08-08 14:55:27 +00:00
fhs.make see ChangeLog 2006-06-15 19:34:10 +00:00
sogod.m Monotone-Parent: a0f68502f87ffdb7d7c28d10cb89869cca34487f 2007-06-29 21:55:16 +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/