[horde] Double Login (Horde)
Fred Ho
fkho at fredho.net
Wed Dec 28 04:41:58 PST 2005
You should have configured with the following entries:
1. horde/config/conf.php
$conf['auth']['driver'] = 'application';
$conf['auth']['params']['app'] = 'imp';
2. horde/imp/config/servers.php
$servers['imap'] = array (
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => '',
...
'quota' => array (
'driver' => 'courier',
'params' => array()
),
'hierarchies' => array()
);
Regards,
Fred
Quoting ngkawai <ngkawai at elixir.com.hk>:
> Dear all,
>
>
>
> I don't want to double login horde. (First is Horde login page.
> If I need to read mail, then click mail link. The second login is provided
> to me). Would you help me to solve the problem? Thank You
>
> I have using horde 3.0.5 version. My E-mail server is Courier
> IMAP.
>
>
>
> I have configured the config.php in horde.
>
> config.php
>
> --------------------
>
> $conf['auth']['driver'] = 'imap';
>
>
>
> Prefs.php
>
> ----------------
>
> $_prefs['initial_application']" and change the line 'value' => 'horde'
> to 'value' => 'imp'.
>
>
>
> The problem is still exist (Need to login again for using mail function).
> Using backend authentication is not a horde. It is using courier IMAP for
> authentication.
>
>
>
> Best regards,
>
> KA WAI
>
>
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
More information about the horde
mailing list