Package: dovecot-common
Version: 1:1.1.13-2
Severity: wishlist

Attached is the patch which adds reading ENABLED option from 
/etc/default/dovecot.
Useful if dovecot is used as local-only IMAP server through PREAUTH interface.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dovecot-common depends on:
ii  adduser              3.110               add and remove users and groups
ii  libbz2-1.0           1.0.5-1             high-quality block-sorting file co
ii  libc6                2.9-4               GNU C Library: Shared libraries
ii  libcomerr2           1.41.3-1            common error description library
ii  libdb4.7             4.7.25-6            Berkeley v4.7 Database Libraries [
ii  libgssapi-krb5-2     1.6.dfsg.4~beta1-12 MIT Kerberos runtime libraries - k
ii  libk5crypto3         1.6.dfsg.4~beta1-12 MIT Kerberos runtime libraries - C
ii  libkrb5-3            1.6.dfsg.4~beta1-12 MIT Kerberos runtime libraries
ii  libldap-2.4-2        2.4.11-1            OpenLDAP libraries
ii  libmysqlclient15off  5.0.51a-24          MySQL database client library
ii  libpam-runtime       1.0.1-9             Runtime support for the PAM librar
ii  libpam0g             1.0.1-9             Pluggable Authentication Modules l
ii  libpq5               8.3.7-1             PostgreSQL C client library
ii  libsqlite3-0         3.6.12-1            SQLite 3 shared library
ii  libssl0.9.8          0.9.8g-16           SSL shared libraries
ii  openssl              0.9.8g-16           Secure Socket Layer (SSL) binary a
ii  ucf                  3.0018              Update Configuration File: preserv
ii  zlib1g               1:1.2.3.3.dfsg-13   compression library - runtime

dovecot-common recommends no packages.

Versions of packages dovecot-common suggests:
ii  ntp                     1:4.2.4p6+dfsg-1 Network Time Protocol daemon and u

-- no debconf information
--- /etc/init.d/dovecot.old     2009-04-16 12:15:53.000000000 +0700
+++ /etc/init.d/dovecot 2009-04-16 12:19:29.000000000 +0700
@@ -36,6 +36,9 @@
 # Exit if the configuration file doesn't exist
 [ -f "$CONF" ] || exit 0
 
+# Exit if explicitly told to
+[ x$ENABLED != x0 ] || exit 0
+
 # Load the VERBOSE setting and other rcS variables
 . /lib/init/vars.sh
 

Reply via email to