[imp] Horde, imp automatic login
Edwin L. Culp
eculp at encontacto.net
Tue Aug 30 02:59:36 PDT 2005
Quoting maurizio amendola <m.amendola at fineco.it>:
> Hi Arno
> The solution to login only one time it is:
> In file
> Imp/config/servers.php
> In section
> $servers['imap']
> Add
> 'hordeauth' => 'true'
> The problem that I'm looking for resolve it's login directly to
> Imap.
> Maurizio
Maurizio,
Have you tried changing 'value' => 'imp' for initail_application in
horde/prefs.php:
// what application should we go to after login?
$_prefs['initial_application'] = array(
'value' => 'horde',
'locked' => false,
'shared' => true,
'type' => 'select',
'desc' => sprintf(_("What application should %s display after
login?"), $GLOBALS['registry']->get('name'))
);
I've never used it but assume that is it.
good luck,
ed
More information about the imp
mailing list