open-xchange QUICK START GUIDE
==============================

1. 

	 : open-xchange, open-xchange-server.  open-xchange 
   tomcat4,    open-xchange-tomcat4.   tomcat5 -
open-xchange-tomcat5.       open-xchange-apache 
open-xchage-apache2 -        .

2. 

2.1 Postgresql

	     postgresql 7.4  postgresql 8.0 - open-xchange 
    .    postgresql-jdbc: __ postgresql-jdbc = 7.4
    tcp/ip  ( 8-    ,  7-  
 )

	   :

	# su -s /bin/bash postgres
	$ createuser -A -D -P openexchange
	$ createdb openexchange
	$ exit

	 open-xchange:
	  /etc/open-xchange/admintools.conf ( "SQL Stuff")

	 :

	# psql -d openexchange -h localhost -U openexchange -W -f /usr/share/open-xchange/init_database.sql
	# dbinit_ox

2.2 Openldap

	 openldap.     "dc=example,dc=org".

	 /etc/openldap/ldap.conf,  __   
	 BASE  HOST.

	  /usr/share/open-xchange/openxchange.schema  /etc/openldap/schema, 
	  /etc/openldap/slapd.conf

	 openldap (    example.org):
	$ ldapadd -W -x -D 'cn=Manager,dc=example,dc=org' -f /usr/share/open-xchange/init_ldap.ldif

	,  openldap       (  )
	ޣ    .   :
	
	access to attrs=userPassword
		by self write
		by anonymous auth
		by * none
	access to *
		by users read
		by anonymous read
	#-------^^^^^^^^^^^^^^^^^--#

	 open-xchange:
	  /etc/open-xchange/admintools.conf ( "GENERAL CONFIG STUFF")

2.3 Postfix + Courier-imap

	     openldap,  webmail  open-xchange  .
	        openldap,     
	    ӣ  : http://unix.nordcomp.ru/articles.html?id=20

2.4 Open-xchange

	 :
	/etc/open-xchange/admintools.conf
	/etc/open-xchange/groupware/server.conf
	/etc/open-xchange/webmail/server.conf
	/etc/open-xchange/umin/oxuserminconfig.properties
	
	   credentials  sql  ldap

	 -:
	# /usr/sbin/correctfilespool

3.   

	# adduser_ox --username="john" --passwd="secret" --name="John" --sname="Smith" \
		--maildomain="example.org" --ox_timezone="Europe/Moskow"
4. 

	,     : httpd, tomcat, openldap, postgresql
	
	
	# service open-xchange start
	
	     URL: http://localhost/ox/login.pl
	
	Enjoy
