[bugs] [Bug 1058] Changed - RedHat 7.3 Unable To Install horde-2.1 imp-3.1 CRITICAL

bugs@bugs.horde.org bugs@bugs.horde.org
Tue, 24 Sep 2002 16:34:21 -0300


http://bugs.horde.org/show_bug.cgi?id=1058

*** shadow/1058	Tue Sep 24 16:32:22 2002
--- shadow/1058.tmp.9107	Tue Sep 24 16:34:21 2002
***************
*** 3,9 ****
  Version: 2.1 Unstable
  Platform: All Browsers
  OS/Version: Linux
! Status: REOPENED   
  Resolution: INVALID
  Severity: critical
  Priority: P1
--- 3,9 ----
  Version: 2.1 Unstable
  Platform: All Browsers
  OS/Version: Linux
! Status: RESOLVED   
  Resolution: INVALID
  Severity: critical
  Priority: P1
***************
*** 186,188 ****
--- 186,209 ----
  conclusion about 7.3.
  
  Thank You Kindly, Art
+ 
+ ------- Additional Comments From chuck@horde.org  09/24/02 16:34 -------
+ _directly_ from imp/config/servers.php.dist:
+ 
+  * protocol: One of 'imap/notls' (or only 'imap' if you have a
+  * c-client version 2000c or older), 'pop3', 'imap/ssl', or
+  * 'pop3/ssl'.  If it's pop3 you're going to be connecting to a POP3
+  * mail server instead of IMAP (so make sure the port is correct - 110
+  * by default), and all folder options will be automatically turned
+  * off. The two ssl options will only work if you've compiled PHP
+  * against an SSL-enabled version of c-client, used the
+  * --with-imap-ssl flag compiling PHP, and you have a mail server
+  * which supports SSL. The default ports are 993 for IMAP over SSL,
+  * and 995 for POP3 over SSL.
+  *
+  * NOTE: If you are using a self-signed server certificate with with either
+  * imap/ssl or pop3/ssl, you MUST add /novalidate-cert at the end of the
+  * protocol string. So for imap, this would be "imap/ssl/novalidate-cert",
+  * and for pop3 it would be "pop3/ssl/novalidate-cert". This is necessary to
+  * tell c-client not to complain about the lack of a valid CA on the
+  * certificate.