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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to