Your message dated Tue, 29 Aug 2006 02:02:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385101: fixed in dovecot 1.0.rc7-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
version: 1.0.rc6-1
Severity: grave
Justification: Can not start dovecot.

console:
imap-login[8895]: segfault at 0000000000000010 rip 0000000008054dd7 rsp 
00000000ffffdc8c error 4
imap-login[8897]: segfault at 0000000000000010 rip 0000000008054dd7 rsp 
00000000ffffdc8c error 4
imap-login[8896]: segfault at 0000000000000010 rip 0000000008054dd7 rsp 
00000000ffffdc8c error 4

/var/log/dovecot/logfile:
dovecot: 2006-08-29 13:23:59 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:23:59 Error: child 3838 (login) killed with signal 11
dovecot: 2006-08-29 13:23:59 Error: child 3840 (login) killed with signal 11
dovecot: 2006-08-29 13:25:14 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:25:14 Error: child 8800 (login) killed with signal 11
dovecot: 2006-08-29 13:25:14 Error: child 8801 (login) killed with signal 11
dovecot: 2006-08-29 13:25:48 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:25:48 Error: child 8854 (login) killed with signal 11
dovecot: 2006-08-29 13:25:48 Error: child 8855 (login) killed with signal 11
dovecot: 2006-08-29 13:26:18 Error: Login process died too early - shutting down
dovecot: 2006-08-29 13:26:18 Error: child 8895 (login) killed with signal 11

/var/log/dovecot/messages:
dovecot: 2006-08-29 13:23:58 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:25:13 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:25:47 Info: Dovecot v1.0.rc6 starting up
dovecot: 2006-08-29 13:26:17 Info: Dovecot v1.0.rc6 starting up

Using config from previous version.

dovecot.conf: -

protocols = imap
ssl_disable = yes
disable_plaintext_auth = no
log_path = /var/log/dovecot/logfile
info_log_path = /var/log/dovecot/messages
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_extra_groups = mail
default_mail_env = mbox:%h/mail:INBOX=/var/mail/%u
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %v.%u
}
auth default {
  mechanisms = plain login
  passdb pam {
  }
  passdb shadow {
  }
  passdb ldap {
    args =/etc/dovecot/dovecot-ldap.conf
  }
  userdb passwd {
  }
  userdb ldap {
    args = /etc/dovecot/dovecot-ldap.conf
  }
  user = root
}
plugin {
}

dovecot-ldap.conf: -

hosts = 10.0.1.9:389
uris = ldap://10.0.1.9:389
dn = cn=admin,dc=ldap,dc=bgc,dc=com,dc=au
dnpass = THIS_WAS_A_SECRET
auth_bind_userdn = uid=%u,ou=people,dc=ldap,dc=bgc,dc=com,dc=au
ldap_version = 3
base = uid=%u,ou=people,dc=ldap,dc=bgc,dc=com,dc=au


--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1.0.rc7-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.rc7-1_i386.deb
  to pool/main/d/dovecot/dovecot-common_1.0.rc7-1_i386.deb
dovecot-imapd_1.0.rc7-1_i386.deb
  to pool/main/d/dovecot/dovecot-imapd_1.0.rc7-1_i386.deb
dovecot-pop3d_1.0.rc7-1_i386.deb
  to pool/main/d/dovecot/dovecot-pop3d_1.0.rc7-1_i386.deb
dovecot_1.0.rc7-1.diff.gz
  to pool/main/d/dovecot/dovecot_1.0.rc7-1.diff.gz
dovecot_1.0.rc7-1.dsc
  to pool/main/d/dovecot/dovecot_1.0.rc7-1.dsc
dovecot_1.0.rc7.orig.tar.gz
  to pool/main/d/dovecot/dovecot_1.0.rc7.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: Tue, 29 Aug 2006 10:38:17 +0200
Source: dovecot
Binary: dovecot-common dovecot-pop3d dovecot-imapd
Architecture: source i386
Version: 1.0.rc7-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: 377840 383883 385101
Changes: 
 dovecot (1.0.rc7-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #377840, #385101)
   * debian/patches/dovecot-example.dpatch: set a default value for
     pop3_uidl_format. (Closes: #383883)
Files: 
 67987f90f3f11d931a3e873f17320420 980 mail optional dovecot_1.0.rc7-1.dsc
 665ec0f09fe4f0a8f3f9efd7b9a02297 1273427 mail optional 
dovecot_1.0.rc7.orig.tar.gz
 7fcdb48297529ed541bc55a2493ac755 471715 mail optional dovecot_1.0.rc7-1.diff.gz
 a7688979e710ffa942dd9163508d9038 848600 mail optional 
dovecot-common_1.0.rc7-1_i386.deb
 1a017eca8b7d2de35a8b96d0d00fd761 365450 mail optional 
dovecot-imapd_1.0.rc7-1_i386.deb
 9ba3f56d667d33ffbd4dcc31ab1f4200 333194 mail optional 
dovecot-pop3d_1.0.rc7-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFE8/4IK/juK3+WFWQRArWtAJ4hVuMYHYGTxxlLO/efVeq8XFWGDACfS3ru
ILid/qPZkqMRx9oMtGB7IHc=
=x3Ny
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to