Your message dated Sun, 04 Nov 2007 09:40:49 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448401: fixed in dovecot 1:1.0.7-2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: dovecot-common
Version: 1:1.0.5-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch hardy
If dovecot-ldap.conf or dovecot-sql.conf are removed, the post
installation script fails on upgrade.
Reported on launchpad:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/153161
The patch attached fixes the problem in the postinst script.
diff -u dovecot-1.0.5/debian/dovecot-common.postinst dovecot-1.0.5/debian/dovecot-common.postinst
--- dovecot-1.0.5/debian/dovecot-common.postinst
+++ dovecot-1.0.5/debian/dovecot-common.postinst
@@ -9,7 +9,7 @@
# configuration file in /etc/dovecot.
ucf --three-way /usr/share/dovecot/$conffile /etc/dovecot/$conffile
ucfr dovecot-common /etc/dovecot/$conffile
- if [ "$conffile" != "dovecot.conf" ]; then
+ if [ "$conffile" != "dovecot.conf" ] && [ -f "$conffile" ]; then
chmod 0600 /etc/dovecot/$conffile
fi
done
--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1:1.0.7-2
We believe that the bug you reported is fixed in the latest version of
dovecot, which is due to be installed in the Debian FTP archive:
dovecot-common_1.0.7-2_amd64.deb
to pool/main/d/dovecot/dovecot-common_1.0.7-2_amd64.deb
dovecot-imapd_1.0.7-2_amd64.deb
to pool/main/d/dovecot/dovecot-imapd_1.0.7-2_amd64.deb
dovecot-pop3d_1.0.7-2_amd64.deb
to pool/main/d/dovecot/dovecot-pop3d_1.0.7-2_amd64.deb
dovecot_1.0.7-2.diff.gz
to pool/main/d/dovecot/dovecot_1.0.7-2.diff.gz
dovecot_1.0.7-2.dsc
to pool/main/d/dovecot/dovecot_1.0.7-2.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated dovecot package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 04 Nov 2007 10:06:06 +0100
Source: dovecot
Binary: dovecot-common dovecot-pop3d dovecot-imapd
Architecture: source amd64
Version: 1:1.0.7-2
Distribution: unstable
Urgency: low
Maintainer: Dovecot Maintainers <[EMAIL PROTECTED]>
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description:
dovecot-common - secure mail server that supports mbox and maildir mailboxes
dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
Closes: 446051 448401
Changes:
dovecot (1:1.0.7-2) unstable; urgency=low
.
* debian/dovecot-common.postinst:
+ don't fail if dovecot-ldap.conf or dovecot-sql.conf are removed; thanks
to Mathias Gug. (Closes: #448401)
+ fix permissions of /var/run/dovecot and /var/run/dovecot/login.
(Closes: #446051)
Files:
c81261a168e93ec360c4ab5c89053b48 1013 mail optional dovecot_1.0.7-2.dsc
c32809d98224aa745c51b0ccae4398d1 101925 mail optional dovecot_1.0.7-2.diff.gz
9ea12294795d24d493cd593e4285fa97 1799576 mail optional
dovecot-common_1.0.7-2_amd64.deb
4cc24d6f24a9ec270fbd297dfba7d43f 650782 mail optional
dovecot-imapd_1.0.7-2_amd64.deb
9f48ea217448e25f73133034ef33a3bc 614256 mail optional
dovecot-pop3d_1.0.7-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHLZCoK/juK3+WFWQRAga1AJ9uVWk6SzrxZ0Y3c9TSexBj3B3yvQCdEggd
yNPGTz3ibhIaI/M1Ha0lW4s=
=oT/A
-----END PGP SIGNATURE-----
--- End Message ---