From 74d16459ccf65799e46d14f2950c9695a4d2d1fb Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Mon, 6 Dec 2010 07:10:42 +0100 Subject: [PATCH] Horde_Kolab will be removed in Horde4 so this is invalid. Using "localhost" for now but this needs to be replaced with the information from Kolab_Session later. --- imp/config/backends.php.dist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imp/config/backends.php.dist b/imp/config/backends.php.dist index 8cdd94f63..4ffd1f5a0 100644 --- a/imp/config/backends.php.dist +++ b/imp/config/backends.php.dist @@ -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'], -- 2.11.0