thomas: server/perl-kolab ChangeLog, 1.56, 1.57 MANIFEST, 1.8, 1.9 Makefile.PL, 1.14, 1.15

cvs at kolab.org cvs at kolab.org
Mon Mar 16 18:17:37 CET 2009


Author: thomas

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv5038/perl-kolab

Modified Files:
	ChangeLog MANIFEST Makefile.PL 
Log Message:
Select random imap partition when creating new user mailboxes.

The behavior can be modified by setting a different imappartitions_script in
kolab.conf or disabled by setting imappartitions_script to an empty value.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/perl-kolab/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- ChangeLog	4 Mar 2009 11:51:36 -0000	1.56
+++ ChangeLog	16 Mar 2009 17:17:34 -0000	1.57
@@ -1,3 +1,10 @@
+2009-03-16  Thomas Arendsen Hein  <thomas at intevation.de>
+
+	* sbin/kolab_imappartitions.in, MANIFEST, Makefile.PL, sbin/.cvsignore:
+	Added script to list imap partitions.
+	* lib/Kolab/Cyrus.pm, lib/Kolab/LDAP.pm: Select random imap partition
+	from output of kolab_imappartitions script if available.
+
 2009-03-04  Thomas Arendsen Hein  <thomas at intevation.de>
 
 	* lib/Kolab/Conf.pm: Add retry (every minute for 10 times, then every

Index: MANIFEST
===================================================================
RCS file: /kolabrepository/server/perl-kolab/MANIFEST,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- MANIFEST	10 Feb 2009 13:45:49 -0000	1.8
+++ MANIFEST	16 Mar 2009 17:17:34 -0000	1.9
@@ -7,6 +7,7 @@
 bin/kolabquotawarn.in
 bin/kolab_smtpdpolicy.in
 sbin/kolab_bootstrap.in
+sbin/kolab_imappartitions.in
 sbin/kolabcheckperm.in
 sbin/kolabconf.in
 sbin/kolabd.in

Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.PL,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.PL	10 Feb 2009 14:03:34 -0000	1.14
+++ Makefile.PL	16 Mar 2009 17:17:34 -0000	1.15
@@ -103,7 +103,7 @@
 	cat \$< | sed -e 's#\@CONFIG_DIR@#$CONFIG#g' > \$@
 	\$(FIXIN) \$@
 
-SBIN_TARGETS=sbin/kolabconf sbin/kolab_bootstrap sbin/kolabd sbin/kolabcheckperm
+SBIN_TARGETS=sbin/kolabconf sbin/kolab_bootstrap sbin/kolab_imappartitions sbin/kolabd sbin/kolabcheckperm
 
 install_sbin: \$(SBIN_TARGETS)
 	mkdir -p \$(DESTDIR)/$INSTALLSBIN
@@ -184,15 +184,16 @@
                            'bin/kolabpasswd',
                            'bin/kolabquotawarn'],
     MAN1PODS          => {
-                           'bin/kolab_smtpdpolicy' => 'blib/man1/kolab_smtpdpolicy.1p',
-                           'bin/kolabquotareport'  => 'blib/man1/kolabquotareport.1p',
-                           'bin/kolabdcachetool'   => 'blib/man1/kolabdcachetool.1p',
-                           'bin/kolabpasswd'       => 'blib/man1/kolabpasswd.1p',
-                           'bin/kolabquotawarn'    => 'blib/man1/kolabquotawarn.1p',
-                           'sbin/kolab_bootstrap'  => 'blib/man1/kolab_bootstrap.1p',
-                           'sbin/kolabcheckperm'   => 'blib/man1/kolabcheckperm.1p',
-                           'sbin/kolabconf'        => 'blib/man1/kolabconf.1p',
-                           'sbin/kolabd'           => 'blib/man1/kolabd.1p',
+                           'bin/kolab_smtpdpolicy'     => 'blib/man1/kolab_smtpdpolicy.1p',
+                           'bin/kolabquotareport'      => 'blib/man1/kolabquotareport.1p',
+                           'bin/kolabdcachetool'       => 'blib/man1/kolabdcachetool.1p',
+                           'bin/kolabpasswd'           => 'blib/man1/kolabpasswd.1p',
+                           'bin/kolabquotawarn'        => 'blib/man1/kolabquotawarn.1p',
+                           'sbin/kolab_bootstrap'      => 'blib/man1/kolab_bootstrap.1p',
+                           'sbin/kolab_imappartitions' => 'blib/man1/kolab_imappartitions.1p',
+                           'sbin/kolabcheckperm'       => 'blib/man1/kolabcheckperm.1p',
+                           'sbin/kolabconf'            => 'blib/man1/kolabconf.1p',
+                           'sbin/kolabd'               => 'blib/man1/kolabd.1p',
                          },
     $installscript    => $INSTALLSCRIPT,
     ABSTRACT          => 





More information about the commits mailing list