[imp] authentication problem

Brad bking@optusnet.com.au
Tue, 27 Aug 2002 20:49:28 +1000


I had this exact same problem...ever since I updated php from 4.0.6 to
4.1....
previous to the update, all was working well....

Anyone got any suggestions for this??

Brad

----- Original Message -----
From: "lito" <ral@codewan.com.ph>
To: <imp@lists.horde.org>
Sent: Tuesday, August 27, 2002 8:44 PM
Subject: [imp] authentication problem


: I have several questions:
:
: 1. If I have to use a default mail server, where do I put it? because
: using servers.php has a default listings of possible servers and I still
: have to comment or remove unwanted option, then set
: $conf['server']['server_list'] = 'none'; in conf.php. Is there any other
: way?
:
: 2. Is it ok to use IMAP driver for horde authentication and use MYSQL
: for preference backend. And yet, use only a POP3 server (for IMP). I'm
: having trouble authenticating  with this kind of setup. I have the ff.
: line in my horde.php:
:
: /**
:  ** Horde Authentication
:  **/
:
: $conf['auth']['driver'] = 'imap';
: $conf['auth']['params'] ['dsn'] = '{imap.abc.com:143/imap}INBOX';
:
: /**
:  ** Preference System Settings
:  **/
:
: $conf['prefs']['params']['phptype'] = 'mysql';
: $conf['prefs']['params']['hostspec'] = 'localhost';
: $conf['prefs']['params']['username'] = 'horde';
: $conf['prefs']['params']['password'] = 'horde';
: $conf['prefs']['params']['database'] = 'horde';
: $conf['prefs']['params']['table'] = 'horde_prefs';
:
: but everytime I login I got the following error:
:
: Aug 27 18:03:39 HORDE [error] [imp] FAILED LOGIN 10.4.9.2 to
: mail.abc.com:110[pop3] as xxx [on line 270 of
: "/usr/local/apache/htdocs/horde/imp/lib/IMP.php"].
:
: yet, IMAP4 and POP3 is working properly.
: I am properly authenticated and can browse my mail using IMP's demo
: site.
:
:
:
: Please help.
:
:
:
: --
: Lito A. Lampitoc
: Foundation for Communication Initiatives phone:+63(2)8941345
: CodeWAN Project http://www.codewan.com.ph
: --
: Not drinking, chasing women, or doing drugs won't make you live longer
: --
: it just seems that way.
:
:
: --
: IMP mailing list
: Frequently Asked Questions: http://horde.org/faq/
: To unsubscribe, mail: imp-unsubscribe@lists.horde.org
: