Author Topic: Cannot login  (Read 5584 times)

Offline specialmonkey

  • Newbie
  • *
  • Posts: 3
Cannot login
« on: January 03, 2008, 02:23:46 PM »
roundcubemail-0.1-rc2
php 4.4.4
mysql 4.01
apache 1.3

the only error:

[03-Jan-2008 12:42:29 -0500] IMAP Error: Invalid password
 in on line 0

more verbose logging doesn't seem to work.

i have tried logging in using either only username OR
username@domain.com - i can telnet to 143 to the mailserver from this
roundcube host.

i have imap204g installed on the roundcube host.

might this be path related?


thanks!

sm

Offline specialmonkey

  • Newbie
  • *
  • Posts: 3
Re: Cannot login
« Reply #1 on: January 03, 2008, 02:49:34 PM »
to respond to my own post the answer (at least in part) is here:

but is this a BUG?

http://roundcubeforum.net/forum/index.php?topic=2465.0

in index.php:

 else if ($_SESSION['temp'] && !empty($_POST['_user']) && isset($_POST['_pass']) &&
      rcmail_login(get_input_value('_user', RCUBE_INPUT_POST),
       get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'), $host))
 {


if you remove the ISO-8859-1 leaving the '' - it seems to fix.

thanks adalle!!

Offline specialmonkey

  • Newbie
  • *
  • Posts: 3
Re: Cannot login
« Reply #2 on: January 04, 2008, 12:01:34 PM »
and now, all mail has (no subject) and is blank - though the correct number appear in their folders? buggy.