[pkg-kolab] r1358 - in kolab-cyrus-imapd: scripts trunk/debian

Mathieu Parent sathieu at alioth.debian.org
Sun Oct 4 17:41:31 UTC 2009


Author: sathieu
Date: 2009-10-04 17:41:31 +0000 (Sun, 04 Oct 2009)
New Revision: 1358

Modified:
   kolab-cyrus-imapd/scripts/cyrus-to-kolab
   kolab-cyrus-imapd/trunk/debian/changelog
   kolab-cyrus-imapd/trunk/debian/cyrus.conf
Log:
  * Setting urgency to high due to the CVE below
  * cyrus.conf: Fix "sieve port is not available form other hosts"
    (Closes: #549597)



Modified: kolab-cyrus-imapd/scripts/cyrus-to-kolab
===================================================================
--- kolab-cyrus-imapd/scripts/cyrus-to-kolab	2009-10-04 15:08:55 UTC (rev 1357)
+++ kolab-cyrus-imapd/scripts/cyrus-to-kolab	2009-10-04 17:41:31 UTC (rev 1358)
@@ -340,6 +340,7 @@
 #cyrus.conf
 sed -i 's/^\([ \t]*\)nntp\([ \t]\+\)/\1#nntp\2/' $dest_dir_debian/cyrus.conf
 sed -i 's/^\([ \t]*\)#lmtp\([ \t]\+\)cmd="lmtpd"\([ \t]\+\)listen="localhost:lmtp"/\1lmtp\2cmd="lmtpd -a"\3listen="localhost:2003"/' $dest_dir_debian/cyrus.conf
+sed -i 's/listen="localhost:sieve"/listen="sieve"/' $dest_dir_debian/cyrus.conf
 
 #cyrus-makedirs
 sed -i 's@/etc/default/cyrus2.2@/etc/default/kolab-cyrus at g' $dest_dir_debian/cyrus-makedirs

Modified: kolab-cyrus-imapd/trunk/debian/changelog
===================================================================
--- kolab-cyrus-imapd/trunk/debian/changelog	2009-10-04 15:08:55 UTC (rev 1357)
+++ kolab-cyrus-imapd/trunk/debian/changelog	2009-10-04 17:41:31 UTC (rev 1358)
@@ -1,3 +1,11 @@
+kolab-cyrus-imapd (2.2.13-7) unstable; urgency=high
+
+  * Setting urgency to high due to the CVE below
+  * cyrus.conf: Fix "sieve port is not available form other hosts"
+    (Closes: #549597)
+
+ -- Mathieu Parent <sathieu at debian.org>  Sun, 04 Oct 2009 19:41:13 +0200
+
 kolab-cyrus-imapd (2.2.13-6) unstable; urgency=low
 
   * Synced against cyrus-imapd package

Modified: kolab-cyrus-imapd/trunk/debian/cyrus.conf
===================================================================
--- kolab-cyrus-imapd/trunk/debian/cyrus.conf	2009-10-04 15:08:55 UTC (rev 1357)
+++ kolab-cyrus-imapd/trunk/debian/cyrus.conf	2009-10-04 17:41:31 UTC (rev 1358)
@@ -44,7 +44,7 @@
 
 	# useful if you need to give users remote access to sieve
 	# by default, we limit this to localhost in Debian
-  	sieve		cmd="timsieved" listen="localhost:sieve" prefork=0 maxchild=100
+  	sieve		cmd="timsieved" listen="sieve" prefork=0 maxchild=100
 
 	# this one is needed for the notification services
 	notify		cmd="notifyd" listen="/var/run/cyrus/socket/notify" proto="udp" prefork=1




More information about the pkg-kolab-devel mailing list