gunnar: server/kolab-webclient/dimp/configuration/dimp-1.1.4 10-kolab_servers_base.php, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Mon Jan 18 21:33:58 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/dimp/configuration/dimp-1.1.4
In directory doto:/tmp/cvs-serv12994/configuration/dimp-1.1.4

Added Files:
	10-kolab_servers_base.php 
Log Message:
Draft version of the dimp package.

--- NEW FILE: 10-kolab_servers_base.php ---
<?php

require_once 'Horde/Kolab.php';

if (!is_callable('Kolab', 'getServer')) {
    $server = $GLOBALS['conf']['kolab']['imap']['server'];
} else {
    $server = Kolab::getServer('imap');
}

$servers['kolab'] = array(
    'name' => 'Kolab Cyrus IMAP Server',
    'server' => $server,
    'hordeauth' => 'full',
    'protocol' => 'imap/notls/novalidate-cert',
    'port' => $GLOBALS['conf']['kolab']['imap']['port'],
    'maildomain' => $GLOBALS['conf']['kolab']['imap']['maildomain'],
    'realm' => '',
    'preferred' => '',
    'quota' => array(
        'driver' => 'imap',
        'params' => array('hide_quota_when_unlimited' => true),
    ),
    'acl' => array(
        'driver' => 'rfc2086',
    ),
);





More information about the commits mailing list