[RCU] problem with login after upgrade to 0.3 (password crypted?) Also with 3.1

2009-11-10 Thread Giorgio Volpe
I sent the above attached message some time ago. I received no answer!
The problem is still there and I've found no solution yet.
Nothing changed after upgrade to 3.1

Can anybody help me? Any suggestion???

Giorgio


Subject:[RCU] problem with login after upgrade to 0.3 (password 
crypted?)
From:   Giorgio Volpe gior...@movi.fvg.it
Date:   Fri, 23 Oct 2009 23:38:01 +0200
To: users@lists.roundcube.net

I've just upgraded from 0.2 to 0.3
I can no more log in ...

Activating

$rcmail_config['imap_debug'] = true;



I can see in the log file log_dir/imap that rc sends the password to 
the IMAP server not as is but crypted(?) and the server refuses it

   [23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
   [23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
   CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
   QUOTA IDLE ACL ACL2=UNION STARTTLS
   [23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
   [23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN spa î`ovG
   [23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.

î`ovG is not my password!

If I telnet the server with the plain real password it logs in!?

   /etc/roundcube# telnet localhost 143
   Trying 127.0.0.1...
   Connected to movifvg.
   Escape character is '^]'.
   * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
   THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
   ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
   Precision, Inc.  See COPYING for distribution information.
   a001 login spa realplainpasswd
   a001 OK LOGIN Ok.

Any help?

thanks

giorgio


___
List info: http://lists.roundcube.net/users/


Re: [RCU] problem with login after upgrade to 0.3 (password crypted?) Also with 3.1

2009-11-10 Thread Claudio Kuenzler
Hi Giorgio

It looks like the same error messages, Alistair Bates receives since he is
using mcrypt.
See the recently sent e-mail from him with the subject [RCU] mcrypt
issues.

Maybe try it without PHP mcrypt?

-
Claudio

On Tue, Nov 10, 2009 at 12:48 PM, Giorgio Volpe gior...@movi.fvg.it wrote:

 I sent the above attached message some time ago. I received no answer!
 The problem is still there and I've found no solution yet.
 Nothing changed after upgrade to 3.1

 Can anybody help me? Any suggestion???

 Giorgio


 Subject:[RCU] problem with login after upgrade to 0.3 (password
 crypted?)
 From:   Giorgio Volpe gior...@movi.fvg.it
 Date:   Fri, 23 Oct 2009 23:38:01 +0200
 To: users@lists.roundcube.net

 I've just upgraded from 0.2 to 0.3
 I can no more log in ...

 Activating

 $rcmail_config['imap_debug'] = true;



 I can see in the log file log_dir/imap that rc sends the password to
 the IMAP server not as is but crypted(?) and the server refuses it

   [23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
   [23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
   CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
   QUOTA IDLE ACL ACL2=UNION STARTTLS
   [23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
   [23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN spa î`ovG
   [23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.

 î`ovG is not my password!

 If I telnet the server with the plain real password it logs in!?

   /etc/roundcube# telnet localhost 143
   Trying 127.0.0.1...
   Connected to movifvg.
   Escape character is '^]'.
   * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
   THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
   ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
   Precision, Inc.  See COPYING for distribution information.
   a001 login spa realplainpasswd
   a001 OK LOGIN Ok.

 Any help?

 thanks

 giorgio


 ___
 List info: http://lists.roundcube.net/users/

___
List info: http://lists.roundcube.net/users/


Re: [RCU] problem with login after upgrade to 0.3 (password crypted?) Also with 3.1

2009-11-10 Thread Claudio Kuenzler
Sorry - have to correct my previous sent e-mail.
I'm using mcrypt myself (on PHP 5.2.11) and Roundcube logins works without a
problem.

On Tue, Nov 10, 2009 at 12:48 PM, Giorgio Volpe gior...@movi.fvg.it wrote:

 I sent the above attached message some time ago. I received no answer!
 The problem is still there and I've found no solution yet.
 Nothing changed after upgrade to 3.1

 Can anybody help me? Any suggestion???

 Giorgio


 Subject:[RCU] problem with login after upgrade to 0.3 (password
 crypted?)
 From:   Giorgio Volpe gior...@movi.fvg.it
 Date:   Fri, 23 Oct 2009 23:38:01 +0200
 To: users@lists.roundcube.net

 I've just upgraded from 0.2 to 0.3
 I can no more log in ...

 Activating

 $rcmail_config['imap_debug'] = true;



 I can see in the log file log_dir/imap that rc sends the password to
 the IMAP server not as is but crypted(?) and the server refuses it

   [23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
   [23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
   CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
   QUOTA IDLE ACL ACL2=UNION STARTTLS
   [23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
   [23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN spa î`ovG
   [23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.

 î`ovG is not my password!

 If I telnet the server with the plain real password it logs in!?

   /etc/roundcube# telnet localhost 143
   Trying 127.0.0.1...
   Connected to movifvg.
   Escape character is '^]'.
   * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
   THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
   ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
   Precision, Inc.  See COPYING for distribution information.
   a001 login spa realplainpasswd
   a001 OK LOGIN Ok.

 Any help?

 thanks

 giorgio


 ___
 List info: http://lists.roundcube.net/users/

___
List info: http://lists.roundcube.net/users/