/kolab/var/kolab/www/horde/kronolith/config/conf.php

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.15 2005/03/04 03:58:15 ben Exp $
$conf['calendar']['driver'] = 'kolab';
$conf['storage']['driver'] = 'kolab';
$conf['metadata']['keywords'] = false;
$conf['reminder']['server_name'] = 'kolab.my.example.org';
$conf['reminder']['from_addr'] = 'reminder@kolab.my.example.org';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */