Roundcube Community Forum

 

IMAP Error: Invalid user in on line 0

Started by explosion, November 05, 2007, 03:10:29 AM

Previous topic - Next topic

explosion

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!

explosion

tested on the same setup exactly, with mysql as backend. and it works fine, so i guess its something with sqlite :(


s5n

Try to set register_globals = off. That was the reason on my server.

Cheers s5n