hi, i have 0.1-rc2 installed on debian etch, php5, lighttpd, sqlite and dovecot as imap server.
if i try to login the first time, i guess the user is created in the sqlite db and i get back to the login page. dont know if this is normal. the second time i try to login, this comes up in the error log:
[05-Nov-2007 08:45:26 +0100] IMAP Error: Invalid user
in on line 0
but the imap login on dovecot has to work otherwise the user wouldnt be created in the sqlite db? sadly the dovecot log is vague, it does not log every login attempt and i cant set it up better.
thanks!
tested on the same setup exactly, with mysql as backend. and it works fine, so i guess its something with sqlite :(
Other users experience the same problem (http://roundcubeforum.net/forum/index.php?topic=2303.msg9127#msg9127).
Try to set register_globals = off. That was the reason on my server.
Cheers s5n