Package: avelsieve
Version: 1.9.7-6+lenny1
Severity: normal
Tags: patch

See Bug#555664 for reference. IANA has assigned port 4190 to the Managesieve
protocol, and package netbase has included the new default.

The default Avelsieve configuration specifies port 2000, and should be changed.
See below for a trivial patch to update the port:


--- avelsieve-config.php.old    2009-12-07 14:06:12.000000000 -0600
+++ avelsieve-config.php        2009-12-07 14:11:46.000000000 -0600
@@ -35,10 +35,14 @@
 /* =================== ManageSieve Backend Options ======================== */
 /* ======================================================================== */
 
-/* Port where timsieved listens on the Cyrus IMAP server. Default is 2000. */
+/**
+ * Port where timsieved listens on the Cyrus IMAP server. Default is 4190;
+ * However, port 2000 was commonly used before the ManageSieve protocol was
+ * officially assigned a port by IANA.
+ */
 
 global $sieveport;
-$sieveport = 2000;
+$sieveport = 4190;
 
 /**
  * @var string Space separated list of preferred SASL mechanisms for the


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-xen-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages avelsieve depends on:
ii  debconf                1.5.24            Debian configuration management sy
ii  squirrelmail           2:1.4.15-4+lenny2 Webmail for nuts

avelsieve recommends no packages.

Versions of packages avelsieve suggests:
pn  cyrus-imapd-2.2 | dovecot-ima <none>     (no description available)

-- debconf information:
* avelsieve/runconfig: true
  avelsieve/no_purge:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to