[horde] Double login to imp <-- TRYING AGAIN
David.Addison at infineon.com
David.Addison at infineon.com
Mon Jul 8 09:06:42 PDT 2002
Did you set the first page paramet er for horde to imp/login.php in the registry.php file. (If this doesn't help I'm stuck, I've only been running imp for a week)
Dave
-----Original Message-----
From: Flemming Christensen [mailto:fc at dsidata.dk]
Sent: 08 July 2002 14:28
To: horde at lists.horde.org
Subject: [horde] Double login to imp <-- TRYING AGAIN
Hi again,
I still have the problem described below.
Can it really be true that none of you have any ideas to how I can approach the problem ? :)
Cheers,
Flemming
-----Oprindelig meddelelse-----
Fra: Flemming Christensen
Sendt: 5. juli 2002 11:20
Til: horde at lists.horde.org
Emne: [horde] Double login to imp
Even if I do everything as specified to get imp to authorize I get the horde login page first and the imp login second.
My apache virtual setting:
-----
Alias /horde /var/www/html/mail/horde/
Alias /horde/ /var/www/html/mail/horde/
<VirtualHost *>
ServerAdmin webmaster at example.com
DocumentRoot /var/www/html/mail/horde/imp
ServerName mail.example.com
ErrorLog /var/log/httpd/mail/error_log
CustomLog /var/log/httpd/mail/access_log combined
</VirtualHost>
-----
/horde/config/registry.php
----
// uncoment the folowing
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
// uncoment the folowing
$this->applications['imp'] = array(
'fileroot' => dirname(__FILE__) . '/../imp',
'webroot' => $this->applications['horde']['webroot'] . '/imp',
'icon' => '/horde/imp/graphics/imp.gif',
'name' => _("Mail"),
'allow_guests' => true,
'show' => true
);
----
What am I missing ??
Cheers,
Flemming Christensen
More information about the horde
mailing list