[pkg-kolab] r597 - kolab-cyrus-imapd/trunk/debian kolab-resource-handlers/trunk/debian kolabd/trunk/debian

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Tue Jun 5 20:11:00 UTC 2007


Author: opensides-guest
Date: 2007-06-05 20:11:00 +0000 (Tue, 05 Jun 2007)
New Revision: 597

Modified:
   kolab-cyrus-imapd/trunk/debian/imapd.conf
   kolab-resource-handlers/trunk/debian/freebusy.conf
   kolabd/trunk/debian/README.Debian
Log:
Corrected documentation
Corrected some error in freebusy.conf
changed order of cyrus admin in imapd.conf


Modified: kolab-cyrus-imapd/trunk/debian/imapd.conf
===================================================================
--- kolab-cyrus-imapd/trunk/debian/imapd.conf	2007-05-29 12:42:22 UTC (rev 596)
+++ kolab-cyrus-imapd/trunk/debian/imapd.conf	2007-06-05 20:11:00 UTC (rev 597)
@@ -50,7 +50,7 @@
 
 # Uncomment the following and add the space-separated users who 
 # have admin rights for all services.
-admins: cyrus manager
+admins: manager cyrus
 
 # Space-separated list of users that have lmtp "admin" status (i.e. that
 # can deliver email through TCP/IP lmtp). If specified, this parameter

Modified: kolab-resource-handlers/trunk/debian/freebusy.conf
===================================================================
--- kolab-resource-handlers/trunk/debian/freebusy.conf	2007-05-29 12:42:22 UTC (rev 596)
+++ kolab-resource-handlers/trunk/debian/freebusy.conf	2007-06-05 20:11:00 UTC (rev 597)
@@ -1,7 +1,7 @@
 <?php
 
 // What is the address of the Cyrus server where the calendar data is stored?
-$params['server'] = 'server.example.com';
+$params['server'] = 'kolabserver.example.com';
 
 // What is the address of the LDAP server address where user objects reside
 $params['ldap_uri'] = 'ldap://127.0.0.1:389';
@@ -21,7 +21,7 @@
 $params['multi_location'] = true;
 
 // What LDAP attribute is used to store the users' home server address?
-$params['home_server'] = 'homeServer';
+$params['home_server'] = 'kolabhomeServer';
 
 // What is our default mail domain? This is used if any users do not have
 // '@domain' specified after their username as part of their email address.

Modified: kolabd/trunk/debian/README.Debian
===================================================================
--- kolabd/trunk/debian/README.Debian	2007-05-29 12:42:22 UTC (rev 596)
+++ kolabd/trunk/debian/README.Debian	2007-06-05 20:11:00 UTC (rev 597)
@@ -331,6 +331,11 @@
 enough to enter localhost, so use a valid name (e.g., your real host
 name).
 
+!! Attention !!
+the line transport_maps = ldap:/etc/postfix/kolab-ldaptransport.cf
+sould be removed when one use only a kolab server on the same box
+if not you will got xxx.example.com loopback to myself
+
 5.3. /etc/postfix/kolab-ldap*.cf
 
 Adjust these files for your local situation, in particular the domains
@@ -396,7 +401,7 @@
 $params['bind_pw'] = 'PASSWORD';
 $params['calendar_user'] = 'calendar@'.$params['email_domain'];
 $params['calendar_pass'] = 'PASSWORD';
-$params['freebusy_url'] = 'https://server.example.com/freebusy/${USER}.xfb';
+$params['freebusy_url'] = 'https://kolabserver.example.com/freebusy/${USER}.xfb';
 
 Remember to change PASSWORD to the nobody password.  (With the example
 .ldif the nobody password is
@@ -414,6 +419,7 @@
 $params['base_dn'] = 'dc=example,dc=com';
 $params['bind_dn'] = 'cn=nobody,cn=internal,dc=example,dc=com';
 $params['bind_pw'] = 'PASSWORD';
+$params['email_domain'] = 'example.com';
 
 We need some files from Horde, and the easiest way is to create this
 link:




More information about the pkg-kolab-devel mailing list