[imp] IMP RC-3 login problem
Steve Lidie
sol0@Lehigh.EDU
Thu, 30 May 2002 17:14:26 -0400
On Thursday, May 30, 2002, at 02:32 PM, Steve Lidie wrote:
> Progress!
>
> I had these options set for experimentation:
>
> $conf['server']['change_server'] = true;
> $conf['server']['change_port'] = true;
> $conf['server']['change_protocol'] = true;
>
> Simply reverting to the default values of false AND setting 'protocol' =
=>
> 'imap' allows
> me to login.
>
> An observation:
>
> First login displays a proper mailbox and all option buttons:
>
> INBOX
> Compose
> Folders
> Options
> Search
> Help
> Addressbook
> Logout
>
> If I logout and login in again, I get a garbled screen with just =
Options
> and Logout buttons.
And that's because the URL is:
http://hostname/horde/login.php
but should be:
http://hostname/horde/imp/login.php
As yet don't know why that is happening.