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

Steve Thomas sthomas@apexvoice.com
Tue, 24 Sep 2002 15:39:34 -0700


| 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.

Ditto here:

Red Hat Linux release 7.3 (Valhalla)

[me@hostname me]$ uname -a
Linux hostname 2.4.18-5 #1 Mon Jun 10 15:31:48 EDT 2002 i686 unknown

[me@hostname me]$ rpm -qa|grep -E "horde|imp"
imp-3.1-2
horde-2.1-3

>From servers.php:

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'ourdomain.tld',
    'smtphost' => 'localhost',
    'realm' => 'ourdomain.tld',
    'preferred' => ''
);

We're using a modified IMAP server. Here's the IMAP entry for my personal
box, which is running on a RH 7.2 box with a more recent IMAP server:

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'Mail/',
    'namespace' => '',
    'maildomain' => 'mydomain.tld',
    'smtphost' => 'localhost',
    'realm' => 'mydomain.tld',
    'preferred' => ''
);