Package: dovecot-imapd
Version: 1.0.rc15-2
Severity: important

Hi

I've upgraded my system from Sarge to Etch and Dovecot now rejects all
imaps connections from clients with the following error messages in syslog:

Jul 27 17:56:54 chandra dovecot: child 3269 (login) returned error 89
Jul 27 17:56:55 chandra dovecot: imap-login: read(ssl-parameters.dat) failed: 
Un expected EOF

"/var/run/dovecot/login/ssl-parameters.dat" exists and is 80 bytes long.
Deleting it does not help (it gets regenerated next time I start
dovecot).

Workaround I found is to generate ssl-parameters.dat by hand by running
"/usr/lib/dovecot/ssl-build-param" (file generated in this way is 230
bytes long) and setting "ssl_parameters_regenerate = 0" in
/etc/dovecot/dovecot.conf.

Following are contents of my /etc/dovecot.conf file (without the comments):

protocols = imaps
log_timestamp = "%Y-%m-%d %H:%M:%S "
login_processes_count = 1
mail_location = maildir:%h/Maildir
mail_extra_groups = mail
maildir_copy_with_hardlinks = yes
protocol imap {
}
protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
}
auth default {
  mechanisms = plain
  passdb pam {
  }
  userdb passwd {
  }
  user = root
}
dict {
}
plugin {
}

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dovecot-imapd depends on:
ii  dovecot-common              1.0.rc15-2   secure mail server that supports m
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libssl0.9.8                 0.9.8c-4     SSL shared libraries

dovecot-imapd recommends no packages.

-- no debconf information


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

Reply via email to