[imp] Authentication Problems

Anthony Pelaez eusanpe at yahoo.com
Tue Apr 12 08:28:09 PDT 2005


Hello All:

I was wondering if someone can help me figure out what
I am doing wrong. I am running the following:

OpenBSD 3.6
Horde 2.2.5
Imp 3.2.5
Mysql-4.0.20
dovecot-0.99.10.8 using imap/imaps
netqmail 1.5

I cannot login from Horde or IMP. My log files says:
-------------------

Apr 12 02:29:32 HORDE [error] [imp] FAILED LOGIN
xxx.xxx.xxx.xxx to
imap.clinistar.com:993[imap/ssl/novalidate-cert] as
tony [on line 287 of "/horde/imp/lib/IMP.php"]  

Apr 12 02:36:21 HORDE [error] [imp] FAILED LOGIN
xxx.xxx.xxx.xxx to imap.clinistar.com:143[imap] as
tony [on line 287 of "/horde/imp/lib/IMP.php"]

-------------------
I can login from my mail client (Thunderbird) from my
laptop using port 993 or 143 just fine. I can send and
receive mail just fine except in IMP.

Here are my settings for imp/config/servers.php.
I have change my servers to localhost also to no avail
and also to port 143 and protocol as imap.

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'imap.clinistar.com',
    'protocol' => 'imap/ssl/novalidate-cert',
    'port' => 993,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'clinistar.com',
    'smtphost' => 'localhost',
    'realm' => '',
    'preferred' => ''
);

My horde/config/registry.php setting is:

$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';


If there is anything else I need to post, please let
me know. No matter what I try I cannot login.


Thanks,
Tony


More information about the imp mailing list