[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/


[RCU] mcrypt issues

2009-11-10 Thread Alistair Bates

Hi

I've updated the version of PHP running on my Mac OSX server and the  
new version includes mcrypt which I didn't have before. Since then  
I've not been able to log in.


There appears to be a problem with the length of the initialization  
vector being handed to the mcrypt function, the interesting thing

being that the length is changing each time: 11, 18, 9, 12.

The error logs show:

a...@buggles:/Library/Webserver/Documents/roundcube$ tail logs/errors

[10-Nov-2009 13:23:09] PHP Warning:  mcrypt_generic_init()  
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
11, needed: 8 in /Library/WebServer/Documents/roundcube/program/ 
include/rcmail.php on line 995
[10-Nov-2009 13:23:12 +]: IMAP Error: Authentication for ali  
failed (LOGIN): a001 NO Login failed. (GET /roundcube/?_task=mail)
[10-Nov-2009 13:36:59] PHP Warning: mcrypt_generic_init()  
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:  
18, needed: 8 in /Library/WebServer/Documents/roundcube/program/ 
include/rcmail.php on line 995
[10-Nov-2009 13:37:02 +]: IMAP Error: Authentication for ali  
failed (LOGIN): a001 NO Login failed. (GET /roundcube/?_task=mail)
[10-Nov-2009 13:38:16] PHP Warning: mcrypt_generic_init()  
[function.mcrypt-generic-init]: Iv size incorrect; supplied length: 9,  
needed: 8 in /Library/WebServer/Documents/roundcube/program/include/ 
rcmail.php on line 995
[10-Nov-2009 13:38:21] PHP Warning:  mcrypt_generic_init()  
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
12, needed: 8 in /Library/WebServer/Documents/roundcube/program/ 
include/rcmail.php on line 995
[10-Nov-2009 13:38:24 +]: IMAP Error: Authentication for ali  
failed (LOGIN): a001 NO Login failed. (GET /roundcube/?_task=mail)


Grateful for any advice!

Cheers
Ali
___
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/