[imp] authentication problem
lito
ral@codewan.com.ph
27 Aug 2002 18:44:12 +0800
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.