[horde] Double login to imp
Flemming Christensen
fc at dsidata.dk
Fri Jul 5 02:20:06 PDT 2002
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
-------------- next part --------------
Skipped content of type text/html
More information about the horde
mailing list