[horde] Horde setup on Debian

Jacob Friis Saxberg webcom.dk at gmail.com
Fri Dec 9 00:23:10 PST 2005


On 12/9/05, Andrew Hosie <ahosie at gmail.com> wrote:
> On 12/9/05, Jacob Friis Saxberg <friis.saxberg at gmail.com> wrote:
> > When I go to myserver.tld/horde I am administrator.
> >
> > When I set auth to be Imap I can login and read my mails.
> > When I log out and try to login I get "Login failed because your
> > username or password was entered incorrectly." But it just worked?
> >
> > What's wrong?
> >
> > Below is my conf.php
> >
> [...]
> > $conf['auth']['admins'] = array('support');
> > $conf['auth']['checkip'] = true;
> > $conf['auth']['params']['hostspec'] = 'myserver.tld';
> > $conf['auth']['params']['port'] = 143;
> > $conf['auth']['params']['protocol'] = 'imap';
> > $conf['auth']['params']['imapconfig'] = 'separate';
> > $conf['auth']['driver'] = 'imap';
> [...]
> Perhaps you are not logging off the IMAP server correctly and the
> account is been locked (many ISP's lock mailboxes for 10 minutes, some
> more, some less).
>
> Have you modified IMP/ Horde::Auth_imap in any way that may have
> killed the imap_close function call?

No, this was a success for me:

//$conf['auth']['driver'] = 'imap';
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';

/Jacob


More information about the horde mailing list