Your message dated Thu, 16 May 2013 08:07:34 +0200
with message-id <[email protected]>
and subject line Re: Bug#708362: Acknowledgement (roundcube: after
dist-upgrading from Debian 6 to 7, roundcube was unusable)
has caused the Debian Bug report #708362,
regarding roundcube: after dist-upgrading from Debian 6 to 7, roundcube was
unusable
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
708362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: roundcube
Version: 0.7.2-9
Severity: important
Dear Maintainer,
after dist-upgrading from Debian 6 to 7, roundcube was unusable, login failed
always. Even purging and reinstalling it did not help. Error message:
==> mail.log <==
May 15 13:07:08 binky dovecot: imap-login: Aborted login (auth failed, 1
attempts in 2 secs): user=<olaf>, method=DIGEST-MD5, rip=127.0.0.1,
lip=127.0.0.1, secured, session=<PFkTwL/cjQB/AAAB>
==> roundcube/errors <==
[15-May-2013 13:07:08 +0200]: IMAP Error: Login failed for olaf from 10.2.3.9.
Authentication failed. in /usr/share/roundcube/program/include/rcube_imap.php
on line 205 (POST /?_task=login&_action=login)
using IMAP with another IMAP client (Thunderbird) works fine.
-- System Information:
Debian Release: 7.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages roundcube depends on:
ii roundcube-core 0.7.2-9
roundcube recommends no packages.
roundcube suggests no packages.
Versions of packages roundcube-core depends on:
ii apache2 2.2.22-13
ii apache2-mpm-prefork [httpd] 2.2.22-13
ii dbconfig-common 1.8.47+nmu1
ii debconf [debconf-2.0] 1.5.49
ii libjs-jquery 1.7.2+dfsg-1
ii libjs-jquery-ui 1.8.ooops.21+dfsg-2
ii libmagic1 5.11-2
ii php-auth 1.6.2-1
ii php-mail-mime 1.8.4-1
ii php-mdb2 2.5.0b3-2
ii php-net-smtp 1.6.1-1
ii php-net-socket 1.0.9-2
ii php5 5.4.4-14
ii php5-gd 5.4.4-14
ii php5-intl 5.4.4-14
ii php5-mcrypt 5.4.4-14
ii php5-pspell 5.4.4-14
ii roundcube-mysql 0.7.2-9
ii tinymce 3.4.8+dfsg0-1
ii ucf 3.0025+nmu3
Versions of packages roundcube-core suggests:
ii php-auth-sasl 1.0.4-1
pn php-crypt-gpg <none>
pn roundcube-plugins <none>
-- debconf information:
roundcube/password-confirm: (password omitted)
roundcube/pgsql/app-pass: (password omitted)
roundcube/mysql/admin-pass: (password omitted)
roundcube/mysql/app-pass: (password omitted)
roundcube/pgsql/admin-pass: (password omitted)
roundcube/app-password-confirm: (password omitted)
roundcube/upgrade-error: abort
roundcube/pgsql/authmethod-user: password
roundcube/purge: false
* roundcube/dbconfig-install: true
roundcube/language: en_US
roundcube/db/dbname: roundcube
roundcube/remote/newhost:
roundcube/pgsql/changeconf: false
roundcube/upgrade-backup: true
roundcube/install-error: abort
roundcube/mysql/admin-user: root
roundcube/hosts:
roundcube/pgsql/authmethod-admin: ident
roundcube/dbconfig-remove:
roundcube/pgsql/admin-user: postgres
roundcube/internal/skip-preseed: false
roundcube/db/app-user: roundcube
roundcube/dbconfig-reinstall: false
roundcube/mysql/method: unix socket
roundcube/remove-error: abort
roundcube/restart-webserver: true
roundcube/dbconfig-upgrade: true
roundcube/remote/port:
roundcube/pgsql/method: unix socket
roundcube/pgsql/manualconf:
roundcube/db/basepath:
roundcube/pgsql/no-empty-passwords:
roundcube/passwords-do-not-match:
roundcube/internal/reconfiguring: false
roundcube/reconfigure-webserver: apache2, lighttpd
* roundcube/database-type: mysql
roundcube/remote/host:
roundcube/missing-db-package-error: abort
--- End Message ---
--- Begin Message ---
❦ 15 mai 2013 16:12 CEST, Olaf Zaplinski <[email protected]> :
> $rcmail_config['imap_auth_type'] = null;
> to
> $rcmail_config['imap_auth_type'] = 'CRAM-MD5';
>
> in /etc/roundcube/main.inc.php, now it works.
When null, roundcube will check for DIGEST-MD5, CRAM-MD5 then PLAIN in
the list of supported authentication systems reported by your IMAP
server. I assume that Dovecot has been configured to advertise
DIGEST-MD5 but it doesn't work because you didn't provide the password
file in the appropriate format or because you don't use the appropriate
realm. You could just remove this mechanism from `auth_mechanisms` in
dovecot.conf.
--
panic("Oh boy, that early out of memory?");
2.2.16 /usr/src/linux/arch/mips/mm/init.c
pgpCcFGRTFjHu.pgp
Description: PGP signature
--- End Message ---