
I just installed Horde Groupware 1.1.1 on my Red Hat Enterprise Linux Server release 5.2 and connected to my existing IMAP server. It works fine. The horde groupware installation doesn't include the IMP. So wat we have to do is :-
1) Download and extract the
Horde Groupware 1.1.12) yum install imp-h3-4.1.5-1.el5.centos
3) Configure your /horde/config/conf.php
To connect to your existing IMAP server :1) vi
/horde/imp/config/servers.php and add/edit your imap configuration
/* Example configurations: */
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => true,
'protocol' => 'imap/notls',
'port' => 143,
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'cyrus',
'params' => array(),
),
'acl' => array(
'driver' => 'rfc2086',
),
);
You are done !!!For the basic installation guides and horde dependencies refer to
http://linux.indhran.info/2007/07/horde-installation.html