Fix README and default config
This commit is contained in:
parent
1883f8edbd
commit
f4c60bba88
2 changed files with 9 additions and 24 deletions
|
@ -10,32 +10,16 @@ Horde:
|
|||
Horde_NLS
|
||||
Horde_DOM
|
||||
|
||||
This is best done using PEAR. Make sure that the local PEAR directory is in
|
||||
the PHP isntall path and execute the following commands to install the
|
||||
required packages:
|
||||
|
||||
pear channel-discover pear.horde.org
|
||||
|
||||
pear install horde/Horde_Framework
|
||||
pear install horde/Horde_DOM
|
||||
pear install horde/Horde_NLS
|
||||
pear install horde/Horde_Share
|
||||
pear install horde/Log
|
||||
pear install horde/Kolab_Format
|
||||
pear install horde/Kolab_Storage
|
||||
|
||||
WARNING: Above procedure installs Horde4 sources that doesn't work
|
||||
with this plugin! Here's mine:
|
||||
|
||||
Get Horde3 framework from http://www.horde.org/download/horde and put Horde directory
|
||||
somewhere in include path. Install PEAR packages:
|
||||
pear install Net/Socket
|
||||
pear install Net/LDAP2
|
||||
pear install Net/IMAP
|
||||
pear install Net/DNS2
|
||||
pear install Net/SMTP
|
||||
pear install Mail/MimeDecode
|
||||
pear install Auth/SASL
|
||||
|
||||
pear install Net_Socket
|
||||
pear install Net_LDAP2
|
||||
pear install Net_IMAP
|
||||
pear install Net_DNS2
|
||||
pear install Net_SMTP
|
||||
pear install Mail_mimeDecode
|
||||
pear install Auth_SASL
|
||||
|
||||
|
||||
Configuration
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
// Sample configuration for Kolab LDAP binding used by Kolab_Storage
|
||||
$rcmail_config['kolab'] = array('imap' => array());
|
||||
|
||||
//$rcmail_config['kolab']['ldap']['server'] = '<defaults to imap_host>';
|
||||
$rcmail_config['kolab']['ldap']['basedn'] = 'dc=kolabserver,dc=local';
|
||||
|
|
Loading…
Add table
Reference in a new issue