[horde] imp-question

Steven Stern subscribed-lists at sterndata.com
Wed Mar 17 19:22:06 PST 2004


On Thu, 18 Mar 2004 10:38:29 +0800, "Innah Mendoza" <veoroj at linuxmail.org>
wrote:

>Hello! I'm a newbie with imp. Pls help!
>
>i just installed horde, imp and turba using courier-imap and openldap. I've already configured everything but when i try to login using my account into my imp login, it always says, incorrect username or password eventhough i'm logging in with the correct username and password. What I've seen on the log file:
>
>Mar 18 10:36:03 traxx imapd: Connection, ip=[::ffff:127.0.0.1]
>Mar 18 10:36:04 traxx imapd: couriertls: connect: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
>
>
>what this means all about?
>

Try changing your IMAP parameters to IMAP/NOTLS in imp/config/servers.php:

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'xxxxxx.com',
    'smtphost' => 'localhost',
    'realm' => xxxxxxx.com',
    'preferred' => ''
);

--
   Steve
   



More information about the horde mailing list