hi,
i use roundcube 0.5.1-DEP and i upgrade to 0.5.2-dep and now digest-md5 is broken.
i use: debian 6.0 (stable/squeeze).
$rcmail_config['imap_auth_type'] = 'DIGEST-MD5'; $rcmail_config['imap_auth_type'] = null;
do not work.
PHP5-IMAP and PHP-NET-imap are installed.
i use dovecot. i must put $rcmail_config['imap_auth_type'] = 'CRAM-MD5'; to work.
List info: http://lists.roundcube.net/users/ BT/9b404e9e
W dniu 2011-05-01 20:16, Aldo Reset pisze:
i use roundcube 0.5.1-DEP and i upgrade to 0.5.2-dep and now digest-md5 is broken.
i use: debian 6.0 (stable/squeeze).
$rcmail_config['imap_auth_type'] = 'DIGEST-MD5'; $rcmail_config['imap_auth_type'] = null;
do not work.
Any errors in log? Auth_SASL package is required. Enable imap_debug and provide the log.
ii php-auth 1.6.2-1 PHP PEAR modules for creating an authentication system ii php-auth-sasl 1.0.4-1 Abstraction of various SASL mechanism responses
May 1 20:07:50 vil roundcube: S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Hi, mail.xxxx.tld Ready. May 1 20:07:50 vil roundcube: C: A0001 ID (name "Roundcube Webmail" version 0.5.2 php 5.3.3-7+squeeze1 os Linux command /webemail/) May 1 20:07:50 vilr roundcube: S: * ID NIL May 1 20:07:50 vil roundcube: S: A0001 OK ID completed. May 1 20:07:50 vil roundcube: C: A0002 AUTHENTICATE DIGEST-MD5 May 1 20:07:50 vil roundcube: S: + cmVhbG09IiIsbm9uY2U9IkNWSko0VjhRMGh3ZTZhZ3hlS1BrUkE9PSIscW9wPShdXRoIix.... May 1 20:07:50 vil roundcube: C: dXNlcm5hbWU9ImZyZWRlcmljQHBsYWNlbmV0Lm9yZyIsYXV0aHppZD0iZnJlZGVaWNAcGx... May 1 20:07:52 vil roundcube: S: A0002 NO [AUTHENTICATIONFAILED] Authentication failed. May 1 20:07:52 vil roundcube: C: A0003 LOGOUT May 1 20:07:57 vil roundcube: S: * BYE Logging out May 1 20:07:57 vil roundcube: S: A0003 OK Logout completed. May 1 20:07:57 vil roundcube: IMAP Error: Login failed
if i force CRAM-MD5 all is ok.
bst regards
Le 02/05/2011 08:11, A.L.E.C a écrit :
W dniu 2011-05-01 20:16, Aldo Reset pisze:
i use roundcube 0.5.1-DEP and i upgrade to 0.5.2-dep and now digest-md5 is broken.
i use: debian 6.0 (stable/squeeze).
$rcmail_config['imap_auth_type'] = 'DIGEST-MD5'; $rcmail_config['imap_auth_type'] = null;
do not work.
Any errors in log? Auth_SASL package is required. Enable imap_debug and provide the log.
W dniu 2011-05-02 08:21, Aldo Reset pisze:
May 1 20:07:50 vil roundcube: C: A0002 AUTHENTICATE DIGEST-MD5 May 1 20:07:50 vil roundcube: S: + cmVhbG09IiIsbm9uY2U9IkNWSko0VjhRMGh3ZTZhZ3hlS1BrUkE9PSIscW9wPShdXRoIix.... May 1 20:07:50 vil roundcube: C: dXNlcm5hbWU9ImZyZWRlcmljQHBsYWNlbmV0Lm9yZyIsYXV0aHppZD0iZnJlZGVaWNAcGx... May 1 20:07:52 vil roundcube: S: A0002 NO [AUTHENTICATIONFAILED] Authentication failed.
So, it tries to authenticate. The difference between 0.5.2 and 0.5.1 is that now it doesn't try to use other methods (which is intended behaviour). As you see, authentication fails and this can be IMAP server config issue.
It seems not:
May 2 12:59:56 dovecot: imap-login: Login: user=<aldo@.., method=DIGEST-MD5, rip=XX.XXX, lip=XX.XXX.
it ok with evolution in the same server.
Roundcube ay 2 13:03:07 t dovecot: imap-login: Aborted login (auth failed, 1 attempts): method=DIGEST-MD5, rip=XX.XX, lip=XX.XXX
it seems special caractère in password or login name do not work with php-auth or roundcube function...
bst regards.
Le 02/05/2011 09:13, A.L.E.C a écrit :
W dniu 2011-05-02 08:21, Aldo Reset pisze:
May 1 20:07:50 vil roundcube: C: A0002 AUTHENTICATE DIGEST-MD5 May 1 20:07:50 vil roundcube: S: + cmVhbG09IiIsbm9uY2U9IkNWSko0VjhRMGh3ZTZhZ3hlS1BrUkE9PSIscW9wPShdXRoIix.... May 1 20:07:50 vil roundcube: C: dXNlcm5hbWU9ImZyZWRlcmljQHBsYWNlbmV0Lm9yZyIsYXV0aHppZD0iZnJlZGVaWNAcGx... May 1 20:07:52 vil roundcube: S: A0002 NO [AUTHENTICATIONFAILED] Authentication failed.
So, it tries to authenticate. The difference between 0.5.2 and 0.5.1 is that now it doesn't try to use other methods (which is intended behaviour). As you see, authentication fails and this can be IMAP server config issue.
W dniu 2011-05-02 13:05, Aldo Reset pisze:
it seems special caractère in password or login name do not work with php-auth or roundcube function...
What character? It's possible. You can change password_charset config option, which is by default set to 'ISO-8859-1'.
With client like evolution and icedove in digest-md5 that works.
i check with 0.5.1 option null in $rcmail_config['imap_auth_type'] work because after digest-md5 fails it try cram-md5.
i will try other web mail client to check what's happen.
bst regards.
Le 02/05/2011 14:27, A.L.E.C a écrit :
W dniu 2011-05-02 13:05, Aldo Reset pisze:
it seems special caractère in password or login name do not work with php-auth or roundcube function...
What character? It's possible. You can change password_charset config option, which is by default set to 'ISO-8859-1'.