[imp] IMAP Log-on warnings with Horde/IMP

Ronnie Garcia r.garcia@netia.net
Thu, 27 Sep 2001 12:20:58 +0200


Thanks Chuck for you reply.

  It's like you were right, I had to change the 'cookie_path' to '/' in 
registry.php. Now it seems obvious to me.

  For those who want to skip the horde logon, and use IMP's logon for 
authentication (like for using only IMP and Turba for exemple), i'd make it 
a bit clearer :

  - you have to remove comments of those lines in /horde/registry.php :

$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';

  - you have to change your web's root to /horde

for exemple, with apache :
DocumentRoot /home/webs/webmail.somehost.com/htdocs/horde

  - you have to change the 'cookie_path' to '/' in /horde/registry.php :

'cookie_path' => '/'

Hope this helps.

Thanks again,
Ronnie.

At 00:33 27/09/01 -0400, you wrote:
>Quoting Ronnie Garcia <r.garcia@netia.net>:
>
> > In my case, when you enter login/pass in IMP's logon form, it does a total
> > of 3 IMAP logins. Still in my case, the first one is always correct. The
> > following 2 always leads to failure. The snif logs shows that IMP uses a
> > different "some_crypted_string_4" on these last 2 login attempts.. i guess
> > this is the password field.
>
> >From this, it sounds like you have cookie problems (the imp_key cookie 
> is being
>lost). Are you doing anything special with urls? Are the cookie_path and
>cookie_domain parameters in config/registry.php correct?
>
>-chuck
>
>--
>Charles Hagenbuch, <chuck@horde.org>
>"What was and what may be lie, like children whose faces we cannot see, in 
>the
>arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>
>--
>IMP mailing list: http://horde.org/imp/
>Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: imp-unsubscribe@lists.horde.org