[imp] IMP 3.1 RC3
Steve Lidie
sol0@Lehigh.EDU
Mon, 20 May 2002 10:35:53 -0400
On Monday, May 20, 2002, at 08:23 AM, Jan Schneider wrote:
> Zitat von Steve Lidie <sol0@Lehigh.EDU>:
>
>>
>> On Sunday, May 19, 2002, at 08:17 PM, Thomas Booms wrote:
>>
>>> Hello programmers,
>>>
>>> I've got the following message after installing IMP 3.1 RC3:
>>>
>>> Willkommen zu Anmelden
>>> Die Anmeldung ist leider fehlgeschlagen. Wahrscheinlich haben Sie Ihren
>>> Benutzernamen oder Ihr Passwort nicht richtig eingegeben.
>>>
>>> Benutzername
>>> Passwort
>>>
>>> Notice: Undefined index: change_folders in
>>> /internet/kunden/BoomsThomas/booms-
>>> edv.de/weboffice/horde/imp/templates/login/login.inc
>>> on line 126
>>>
>>> It's currently not possible to log in.
>
> Update you config files from the .dist versions.
>
OK, mine were updated. What I see is this:
1) IMP login from test.php works, with this result:
IMP Version
* IMP: 3.1
PHP Version
* View phpinfo() screen
* PHP Version: 4.2.0
* PHP Major Version: 4.2
* PHP Minor Version: 0
* PHP Version Classification: release
* You are running a supported version of PHP.
PHP IMAP Support Test
server="localhost" user="msql" mailbox="{localhost:143}INBOX"
INBOX has 19 messages (16 new 0 recent)
2) However, real logins from IMP login screen always fail, here's a diff of
the servers.php file:
diff horde-2.1-RC2/imp/config/servers.php horde-2.1-RC3/imp/config/servers.
php
3c3
< * $Horde: imp/config/servers.php.dist,v 1.16.2.1 2002/03/10 03:05:59
chuck Exp $
---
> * $Horde: imp/config/servers.php.dist,v 1.16.2.3 2002/04/14 12:34:20 jan
Exp $
14c14
< * protocol is one of 'imap', 'pop3', 'imap/ssl', or 'pop3/ssl'. If
---
> * protocol is one of 'imap/notls', 'pop3', 'imap/ssl', or 'pop3/ssl'. If
75d74
<
84a84
> // Lehigh
88c88
< 'protocol' => 'imap',
---
> 'protocol' => 'imap/notls',
101c101
< 'protocol' => 'imap',
---
> 'protocol' => 'imap/notls',
3) I see nothing in the mail server's logs or the webserver's access/errors
logs. The Horde log
only shows:
May 20 10:03:35 HORDE [error] [imp] FAILED LOGIN 128.180.3.146 to localhost:
143[imap/notls] as msql [on line 271 of
"/usr/local/horde-2.1-RC3/imp-3.1-RC3/lib/IMP.php"]
4) If I print the connection string $connstr in imp/Lib/IMP.php line 254 I
see:
{localhost:143/imap/notls}
Any pointers on where I should look next (FWIW, RC2 works).
Thanks,
Steve