Your message dated Sat, 04 Aug 2007 19:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#422674: fixed in dovecot 1:1.0.3-1 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.0.rc15-2 It appears the init script only checks for variations of POP and IMAP protocols to be listed in the configuration before running Dovecot: start) if grep protocols /etc/dovecot/dovecot.conf | sed 's/#.*$//' | tr -d '"' | \ egrep -q '[^#]*(\bpop3s?\b|\bimaps?\b)'; then if [ -x /usr/lib/dovecot/imap-login -a -x /usr/lib/dovecot/imap ] \ || [ -x /usr/lib/dovecot/pop3-login -a -x /usr/lib/dovecot/pop3 ]; then echo -n "Starting $DESC: $NAME" start-stop-daemon --start --quiet --oknodo --exec $DAEMON echo "." fi fi ;; However, this check breaks some usages where you only want to run Dovecot authentication server (for instance, when using Postfix provding SMTP auth, or for Dovecot LDA). In those situation, the protocols line usually reads "none" (as suggested by the comments in dovecot.conf), preventing it from being run.
--- End Message ---
--- Begin Message ---Source: dovecot Source-Version: 1:1.0.3-1 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.3-1_amd64.deb to pool/main/d/dovecot/dovecot-common_1.0.3-1_amd64.deb dovecot-imapd_1.0.3-1_amd64.deb to pool/main/d/dovecot/dovecot-imapd_1.0.3-1_amd64.deb dovecot-pop3d_1.0.3-1_amd64.deb to pool/main/d/dovecot/dovecot-pop3d_1.0.3-1_amd64.deb dovecot_1.0.3-1.diff.gz to pool/main/d/dovecot/dovecot_1.0.3-1.diff.gz dovecot_1.0.3-1.dsc to pool/main/d/dovecot/dovecot_1.0.3-1.dsc dovecot_1.0.3.orig.tar.gz to pool/main/d/dovecot/dovecot_1.0.3.orig.tar.gz 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: Sat, 04 Aug 2007 20:11:36 +0200 Source: dovecot Binary: dovecot-common dovecot-pop3d dovecot-imapd Architecture: source amd64 Version: 1:1.0.3-1 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: 353039 419281 422674 425917 426480 426702 431615 431991 432601 432723 434038 434079 Changes: dovecot (1:1.0.3-1) unstable; urgency=low . * New upstream release. (Closes: #434038, #432601) * This release doesn't build dbox support out-of-the-box. (Closes: #431615) * dovecot-sieve: updated to the last hg's tip. (Closes: #434079) * debian/dovecot-*.README.Debian: don't call /etc/init.d scripts directly. (Closes: #431991) * debian/dovecot-common.init: updated with patches from Tom Metro, thanks! (Closes: #426480, #422674) * debian/dovecot-common.postinst: fixed a missing variable DOMAINNAME. (Closes: #425917) * debian/rules: moved the init script to the level 24, after the ntpdate one. (Closes: #432723) * debian/patches/00list: added dovecot-drac, again. (Closes: #353039) * debian/rules: build with inotify and epoll support. (Closes: #419281) * debian/dovecot.1: added a simple manpage for dovecot. (Closes: #426702) * debian/copyright: added copyright exceptions as suggested by Timo. Files: 67c98b153aaf6fb9078b3bd80d169602 1013 mail optional dovecot_1.0.3-1.dsc 1d7cc3c4964789554553e7e4ea3f82b4 1773226 mail optional dovecot_1.0.3.orig.tar.gz 2ef0896317f369b2e632a2e69abb6116 100803 mail optional dovecot_1.0.3-1.diff.gz 3a62d3e309d303c9aa5b61dfda8650fa 1793420 mail optional dovecot-common_1.0.3-1_amd64.deb e7d965de04ef612ee4958af20149f530 646968 mail optional dovecot-imapd_1.0.3-1_amd64.deb 3aecee83e092cc4b02578cf27f600680 610422 mail optional dovecot-pop3d_1.0.3-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGtM3iK/juK3+WFWQRAgBCAKCdC0qrMQqmL55r4gLMszt7DFm8EACePEuo IRzJ0eqlRSRgzXOjjkKjgKI= =NdS3 -----END PGP SIGNATURE-----
--- End Message ---

