Can't login to IMP 2.3

Patrick Boutilier boutilpj@ednet.ns.ca
Wed, 03 Jan 2001 15:46:43 -0400


Hello,

I am trying to install IMP 2.3 for preview purposes on my system. I can
get to the login page for IMP but when I enter my username and password
I get the following error:

Login failed for some reason. Most likely your  username or password was
entered incorrectly.

test.php shows green Yes for everything execpt PostgreSql but I use
MySql so that shouldn't be a problem

tcpdump and the IMAP server logs show that IMP doesn't even try to make
a connection to the IMAP server. Here is a list of my config and the
contents of servers.php. Any help would be appriciated. Thanks.


servers.php:

<?php

$servers = array();

$servers['cyrus'] = array(
    'name' => 'Cyrus IMAP Server',
    'server' => 'staff.ednet.ns.ca',
    'protocol' => 'imap',
    'port' => 145,
    'folders' => 'INBOX.',
    'namespace' => 'INBOX.',
    'from_host' => 'staff.ednet.ns.ca',
    'to_host' => 'staff.ednet.ns.ca',
    'preferred' => 'staff.ednet.ns.ca'
);
?>


RedHat 6.2, PHP 4.04, Cyrus 1.6.24 IMAP with UW imap-2000a for c-client,
OpenLDAP 2.0.7
IMP and Horde from CVS this morning.


PHP built using:

./configure \
--with-apache=/usr/local/src/iei/apache_1.3.14 \
--with-mysql=/usr/local/mysql \
--with-imap=/usr/local/src/iei/imap-2000a \
--with-gettext \
--with-mcal=/usr/local/mcal \
--with-mcrypt \
--with-zlib \
--with-mm \
--with-ldap \
--enable-ftp \
--with-db3=/usr/local/BerkeleyDB.3.1 \
--disable-debug \
--enable-track-vars



>From chuck@horde.org Date: Wed,  3 Jan 2001 14:58:09 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 59510 invoked from network); 3 Jan 2001 19:58:56 -0000
Received: from r93aag000369.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 3 Jan 2001 19:58:56 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 373B33975; Wed,  3 Jan 2001 14:58:09 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Wed,  3 Jan 2001 14:58:09 -0500
Message-ID: <978551889.3a5384512da82@marina.horde.org>
Date: Wed,  3 Jan 2001 14:58:09 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <3A5381A3.15C4F64C@ednet.ns.ca>
In-Reply-To: <3A5381A3.15C4F64C@ednet.ns.ca>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs
Subject: Re: [imp] Can't login to IMP 2.3

Quoting Patrick Boutilier <boutilpj@ednet.ns.ca>:

> tcpdump and the IMAP server logs show that IMP doesn't even try to make
> a connection to the IMAP server. Here is a list of my config and the
> contents of servers.php. Any help would be appriciated. Thanks.

> IMP and Horde from CVS this morning.

Have you checked the apache error log for errors? Oh, and are you sure that 
your imap server runs on port 145? The standard imap port is 143.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"If you can't stand the heat, get out of the chicken!" - Baby Blues


>From max@the Date: Wed,  3 Jan 2001 11:58:03 -0800
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 60052 invoked from network); 3 Jan 2001 20:00:00 -0000
Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136)
  by horde.org with SMTP; 3 Jan 2001 20:00:00 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f03Jw3u21214
	for imp@lists.horde.org; Wed, 3 Jan 2001 11:58:03 -0800
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 128.111.222.23 ( [128.111.222.23])
	as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Wed,  3 Jan 2001 11:58:03 -0800
Message-ID: <978551883.3a53844b0c3a0@www.the-triumvirate.net>
Date: Wed,  3 Jan 2001 11:58:03 -0800
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <3A5381A3.15C4F64C@ednet.ns.ca>
In-Reply-To: <3A5381A3.15C4F64C@ednet.ns.ca>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs
Subject: Re: [imp] Can't login to IMP 2.3

Quoting Patrick Boutilier <boutilpj@ednet.ns.ca>:

>     'port' => 145,

imap runs on port 143 -- try that.


--mk23