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

Rick Emery rick@emery.2y.net
Tue, 24 Sep 2002 18:06:09 -0400


Quoting Chuck Hagenbuch <chuck@horde.org>:

> + ------- Additional Comments From arthur@nji.com  09/24/02 16:59 -------
> + Aha! chuck, believe me i installed 7.3 as vanilla as i could.
> + I really mean NO changes.  I just peaked at the `apacheconf &`
> + and it even reads that "enable ssl" is NOT checked.  I could go to the
> + httpd.conf file as needed.  Chuck, a humble appeal, I feel that most 7.3
> + people are spinning thier wheels on this same issue.  Call me on the toll
> free
> + 1-888-432-1654 and I could let you in the actual box as root so you could
> poke
> + around.  Thanks for your patience.  I have a hunch this is going to be
> + worthwile for all 7.3 people.  Your project is very important.
> +
> + Thank You Kindly, Art
> 

I'm still learning, so I doubt I can be very helpful. However, I can tell you
that I have Horde 2.1 with IMP 3.1 running successfully on a Red Hat 7.3 server.

Here is my appropriate entry in servers.php:

$servers['imap'] = array(
     'name' => 'IMAP Server',
     'server' => 'server.name.net',
     'protocol' => 'imap/notls',
     'port' => 143,
     'folders' => 'mail/',
     'namespace' = '',
     'maildomain' => 'domain.name.net',
     'smtphost' => 'server.name.net',
     'realm' => '',
     'preferred' => '',
     'quota' => false);

Hope this helps somebody.
Rick