--- Begin Message ---
I have installed Horde Webmail RC3 with full success, except for an
inability to log in to IMP.
I first checked horde/test.php with no problems, per below:
Horde Version
* Horde: 3.2-RC3
Horde Applications
* Dimp: H3 (1.0-RC3)
* Horde: 3.2-RC3
* Imp: H3 (4.2-RC3) (run Imp tests
<https://purdynet.com/horde/imp/test.php>)
* Ingo: H3 (1.2-RC2) (run Ingo tests
<https://purdynet.com/horde/ingo/test.php>)
* Kronolith: H3 (2.2-RC2) (run Kronolith tests
<https://purdynet.com/horde/kronolith/test.php>)
* Mimp: H3 (1.1-RC2)
* Mnemo: H3 (2.2-RC2)
* Nag: H3 (2.2-RC2)
* Turba: H3 (2.2-RC2) (run Turba tests
<https://purdynet.com/horde/turba/test.php>)
PHP Version
* View phpinfo() screen
<https://purdynet.com/horde/test.php?mode=phpinfo&url=%2Fhorde%2Ftest.php>
* View loaded extensions
<https://purdynet.com/horde/test.php?mode=extensions&url=%2Fhorde%2Ftest.php>
* PHP Version: 5.2.1
* PHP Major Version: 5.2
* PHP Minor Version: 1
* PHP Version Classification: release
* *You are running a supported version of PHP.*
I can login to the horde framework without error. When I attempt to
login to IMP, I get just the message "login failure". I've scoured the
lists for simliar issues, but none of those fixes work. The IMP server
test gives:
PHP Mail Server Support Test
*Attempting to automatically determine the correct connection parameters
for your server:*
* /Trying protocol imap/notls, Port 143:/
SUCCESS - INBOX has 15 messages (2 new 0 recent)
* /Trying protocol imap/ssl, Port 993:/
ERROR - The server returned the following error message:
Certificate failure for localhost: self signed certificate:
* /Trying protocol imap/ssl/novalidate-cert, Port 993:/
SUCCESS - INBOX has 15 messages (2 new 0 recent)
* /Trying protocol imap/tls/novalidate-cert, Port 143:/
SUCCESS - INBOX has 15 messages (2 new 0 recent)
*The following configurations were successful and may be used in your
imp/config/servers.php file:*
/Configuration 1/
'server' => 'localhost'
'protocol' => 'imap/notls'
'port' => '143'
/Configuration 2/
'server' => 'localhost'
'protocol' => 'imap/ssl/novalidate-cert'
'port' => '993'
/Configuration 3/
'server' => 'localhost'
'protocol' => 'imap/tls/novalidate-cert'
'port' => '143'
Here is what I have as my imp/config/servers.php:
$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);
/* Example configurations: */
$servers['imap'] = array(
'server' => 'localhost',
'protocol' => 'imap/ssl/novalidate-cert',
'port' => '993',
);
This configuration as well as the other three all give same error. The
horde.log error is this:
Mar 22 21:26:57 HORDE [error] [imp] FAILED LOGIN for dnpurdy
[192.168.1.1] to {localhost:993 [imap/ssl/novalidate-cert]} [pid 24140
on line 131 of "/usr/share/horde/imp/lib/Auth/imp.php"]
--- End Message ---
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]