Horde_Kolab will be removed in Horde4 so this is invalid.
authorGunnar Wrobel <p@rdus.de>
Mon, 6 Dec 2010 06:10:42 +0000 (07:10 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 6 Dec 2010 06:10:42 +0000 (07:10 +0100)
Using "localhost" for now but this needs to be replaced with
the information from Kolab_Session later.

imp/config/backends.php.dist

index 8cdd94f..4ffd1f5 100644 (file)
@@ -367,10 +367,9 @@ $servers['secure-imap'] = array(
 );
 
 if ($GLOBALS['conf']['kolab']['enabled']) {
-    require_once 'Horde/Kolab.php';
     $servers['kolab'] = array(
         'name' => 'Kolab Cyrus IMAP Server',
-        'hostspec' => Kolab::getServer('imap'),
+        'hostspec' => 'localhost',
         'hordeauth' => 'full',
         'protocol' => 'imap',
         'port' => $GLOBALS['conf']['kolab']['imap']['port'],