steffen: server/kolab/kolab/templates freebusy.conf.template, 1.1, 1.2 imapd.conf.template, 1.3, 1.4 master.cf.template, 1.3, 1.4 resmgr.conf.template, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Tue Jun 15 03:52:07 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv29080/kolab/templates

Modified Files:
	freebusy.conf.template imapd.conf.template master.cf.template 
	resmgr.conf.template 
Log Message:
updated version + resource fixes

Index: freebusy.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/freebusy.conf.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- freebusy.conf.template	11 Jun 2004 08:55:05 -0000	1.1
+++ freebusy.conf.template	15 Jun 2004 01:52:05 -0000	1.2
@@ -8,10 +8,10 @@
 $params['base_dn'] = '@@@base_dn@@@';
 
 // What DN should we use to bind to the LDAP server?
-$params['bind_dn'] = '@@@bind_dn@@@';
+$params['bind_dn'] = '@@@php_dn@@@';
 
 // What password should we use with the above DN when binding?
-$params['bind_pw'] = '@@@bind_pw@@@';
+$params['bind_pw'] = '@@@php_pw@@@';
 
 // Are we using a multi-location setup? If this is true, we check the users'
 // LDAP object for the next attribute - if it is different than $params['server']
@@ -23,7 +23,7 @@
 
 // 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.
-$params['email_domain'] = 'auriga.hrhansen.dk';
+$params['email_domain'] = '@@@postfix-mydomain@@@';
 
 // Are we using virtual domains with Cyrus?
 $params['virtual_domains'] = true;
@@ -32,13 +32,14 @@
 // virtual_domains is true, and when using manager accounts.
 $params['append_domains'] = false;
 
-// What account should we use to read in calendar data? This account should
+// What account should we use to read in calendar data in the case the user
+// does not supply credentials? This account should
 // have access to the calendar mailbox of all the users for which free/busy
 // information is to be retrieved.
-$params['calendar_user'] = 'manager@'.$params['email_domain'];
+// $params['calendar_user'] = 'fb at ...';
 
 // What password should we use with the above account?
-$params['calendar_pass'] = '@@@bind_pw@@@';
+// $params['calendar_pass'] = 'xxx';
 
 // What is the name of the users' calendar mailbox?
 $params['calendar_store'] = 'Calendar';

Index: imapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/imapd.conf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- imapd.conf.template	14 Jun 2004 01:22:57 -0000	1.3
+++ imapd.conf.template	15 Jun 2004 01:52:05 -0000	1.4
@@ -34,7 +34,7 @@
 #altnamespace
 unixhierarchysep:       yes
 lmtp_downcase_rcpt:	yes
-virtdomains:            yes
+virtdomains:            userid
 
 loginrealms:		@@@postfix-mydomain@@@
 

Index: master.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/master.cf.template,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- master.cf.template	14 Jun 2004 11:05:18 -0000	1.3
+++ master.cf.template	15 Jun 2004 01:52:05 -0000	1.4
@@ -52,6 +52,7 @@
 kolabpolicy    unix  -       n       n       -       -       spawn user=@l_nusr@ argv=@l_prefix@/etc/kolab/kolab_smtpdpolicy 
     -v -ldap @@@ldap_uri@@@ 
     -base @@@user_dn_list@@@
+    -domain @@@postfix-mydomain@@@
 kolabgroup     unix  -       n       n       -       1       pipe user=kolab-n flags= argv=/kolab/etc/resmgr/resmgr.php 
     -r ${recipient} 
     -g 

Index: resmgr.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/resmgr.conf.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- resmgr.conf.template	11 Jun 2004 08:55:05 -0000	1.1
+++ resmgr.conf.template	15 Jun 2004 01:52:05 -0000	1.2
@@ -15,11 +15,11 @@
 
 // Should we append domains to mailbox URIs? This only applies when
 // virtual_domains is true, and when using manager accounts.
-$params['append_domains'] = false;
+$params['append_domains'] = true;
 
 // What account should we use to read/write calendar data? This account should
 // have access to the calendar mailbox of all resource/group mailboxes.
-$params['calendar_user'] = 'manager@'.$params['email_domain'];
+$params['calendar_user'] = '@@@cyrus-admins@@@';
 $params['calendar_pass'] = '@@@bind_pw@@@';
 
 // What is the name of the users' calendar mailbox?





More information about the commits mailing list