[imp] IMP RC-3 login problem.

Christopher Crowley ccrowley@tulane.edu
Thu, 30 May 2002 08:41:55 -0500


Hello -

I am installing IMP 3.1-RC3. The problem I am experiencing is that the user
cannot log in.  The connection is never made to the server.  I am using
localhost as the server, and tailing the connections log to see what inetd
connections are made.  There is a 3.0 IMP installation on the same machine
which is configured to use localhost as its server, and it is functioning.

I double checked all the horde configuration settings that I think are
relevant. Can you suggest where to search for the cause of this login
failure?


Specific configuration info follows:

<horde/config/registry.php>
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
<end horde/config/registry.php>

<horde/config/horde.php>
// $conf['auth']['driver'] = 'imap';
// $conf['auth']['params'] = array();
// $conf['auth']['params']['dsn'] = '{imap.example.com:143/imap}INBOX';
<end horde/config/horde.php>

<horde/imp/config/servers.php>
$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => '127.0.0.1',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'tulane.edu',
    'smtphost' => 'localhost',
    'realm' => 'tulane.edu',
    'preferred' => ''
);
<end horde/imp/config/servers.php>

<test.php>
IMP Version
IMP: 3.1
PHP Version
View phpinfo() screen
PHP Version: 4.2.0-dev
PHP Major Version: 4.2
PHP Minor Version: 0
PHP Version Classification: dev
You are running a supported version of PHP.
PHP IMAP Support Test
server="localhost" user="ccrowle" mailbox="{localhost:143}INBOX"
INBOX has 23 messages (12 new 1 recent)
<end test.php>


<horde.log>
May 30 08:13:14 HORDE [error] [imp] FAILED LOGIN 129.81.119.25 to
localhost:143[imap/notls] as ccrowle [on line 270 of
"/space/local/apache_sslr/htdocs/horde/horde/imp/lib/IMP.php"]
May 30 08:16:15 HORDE [error] [imp] FAILED LOGIN 129.81.119.25 to
127.0.0.1:143[imap/notls] as ccrowle [on line 270 of
"/space/local/apache_sslr/htdocs/horde/horde/imp/lib/IMP.php"]
May 30 08:16:23 HORDE [error] [imp] FAILED LOGIN 129.81.119.25 to
127.0.0.1:143[imap/notls] as ccrowle [on line 270 of
"/space/local/apache_sslr/htdocs/horde/horde/imp/lib/IMP.php"]
<end horde.log>