Package: dovecot-common
Version: 1:1.1.12-1
Severity: minor
Tags: patch

Hello



Some paths for dovecot-files in /usr/share/dovecot/dovecot.conf target to 
/etc/... instead of /etc/dovecot/...
Patch attached: dovecot.conf.diff



In /etc/init.d/dovecot i found a small failure:
"cong file" -> "conf file"
-------------- snip --------------------------------
--- /etc/init.d/dovecot 2009-03-16 15:58:18.000000000 +0100
+++ /etc/init.d/dovecot_corrections     2009-03-28 11:19:31.000000000 +0100
@@ -43,7 +43,7 @@
 # Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
 . /lib/lsb/init-functions
 
-# cong file readable?
+# conf file readable?
 if [ ! -r ${CONF} ]; then
   [ "$VERBOSE" != no ] && log_daemon_msg "${CONF}: not readable" "$NAME" \
     && log_end_msg 1;
-------------- snap --------------------------------


Thanks
christian

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (5, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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-11 MIT Kerberos runtime libraries - k
ii  libk5crypto3         1.6.dfsg.4~beta1-11 MIT Kerberos runtime libraries - C
ii  libkrb5-3            1.6.dfsg.4~beta1-11 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-7             Runtime support for the PAM librar
ii  libpam0g             1.0.1-7             Pluggable Authentication Modules l
ii  libpq5               8.3.7-1             PostgreSQL C client library
ii  libsqlite3-0         3.5.9-6             SQLite 3 shared library
ii  libssl0.9.8          0.9.8g-15           SSL shared libraries
ii  openssl              0.9.8g-15           Secure Socket Layer (SSL) binary a
ii  ucf                  3.0016              Update Configuration File: preserv
ii  zlib1g               1:1.2.3.3.dfsg-12   compression library - runtime

dovecot-common recommends no packages.

Versions of packages dovecot-common suggests:
ii  ntpdate                 1:4.2.4p6+dfsg-1 client for setting system time fro

-- no debconf information
--- /usr/share/dovecot/dovecot.conf     2009-03-16 16:01:20.000000000 +0100
+++ /usr/share/dovecot/dovecot.conf_corrections 2009-03-28 11:08:27.000000000 
+0100
@@ -869,7 +869,7 @@
 
   #passdb passwd-file {
     # File contains a list of usernames, one per line
-    #args = /etc/dovecot.deny
+    #args = /etc/dovecot/dovecot.deny
     #deny = yes
   #}
 
@@ -1106,7 +1106,7 @@
 # referenced using URIs in format "proxy::<name>".
 
 dict {
-  #quota = mysql:/etc/dovecot-dict-quota.conf 
+  #quota = mysql:/etc/dovecot/dovecot-dict-quota.conf 
   #expire = db:/var/lib/dovecot/expire.db
 }
 
@@ -1158,7 +1158,7 @@
   # one file for each mailbox, eg. INBOX or sub.mailbox. cache_secs parameter
   # specifies how many seconds to wait between stat()ing dovecot-acl file
   # to see if it changed.
-  #acl = vfile:/etc/dovecot-acls:cache_secs=300
+  #acl = vfile:/etc/dovecot/dovecot-acls:cache_secs=300
 
   # Convert plugin. If set, specifies the source storage path which is
   # converted to destination storage (mail_location) when the user logs in.
@@ -1177,7 +1177,7 @@
   # until the message can be saved within quota limits. The configuration file
   # is a text file where each line is in format: <priority> <mailbox name>
   # Mails are first deleted in lowest -> highest priority number order
-  #trash = /etc/dovecot-trash.conf
+  #trash = /etc/dovecot/dovecot-trash.conf
 
   # Expire plugin. Mails are expunged from mailboxes after being there the
   # configurable time. The first expiration date for each mailbox is stored in

Reply via email to