Author Topic: IMAP Error: Invalid user in on line 0  (Read 6393 times)

Offline explosion

  • Newbie
  • *
  • Posts: 4
IMAP Error: Invalid user in on line 0
« on: November 05, 2007, 03:10:29 AM »
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!

Offline explosion

  • Newbie
  • *
  • Posts: 4
Re: IMAP Error: Invalid user in on line 0
« Reply #1 on: November 07, 2007, 03:30:42 PM »
tested on the same setup exactly, with mysql as backend. and it works fine, so i guess its something with sqlite :(

Offline observer

  • Newbie
  • *
  • Posts: 3
Re: IMAP Error: Invalid user in on line 0
« Reply #2 on: November 08, 2007, 05:59:08 PM »
Other users experience the same problem.

Offline s5n

  • Newbie
  • *
  • Posts: 7
Re: IMAP Error: Invalid user in on line 0
« Reply #3 on: November 13, 2007, 07:13:12 AM »
Try to set register_globals = off. That was the reason on my server.

Cheers s5n