gunnar: server/kolab-webclient/ingo/configuration/ingo-1.2.3 10-kolab_backends_base.php, NONE, 1.1 10-kolab_conf_base.php, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Tue Jan 19 05:45:50 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/ingo/configuration/ingo-1.2.3
In directory doto:/tmp/cvs-serv6240/configuration/ingo-1.2.3

Added Files:
	10-kolab_backends_base.php 10-kolab_conf_base.php 
Log Message:
Add draft for the ingo package.

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

$backends = array();

require_once 'Horde/Kolab.php';

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

$backends['kolab'] = array(
    'driver' => 'timsieved',
    'preferred' => '',
    'hordeauth' => 'full',
    'params' => array(
        'hostspec' => $server,
        'logintype' => 'PLAIN',
        'usetls' => false,
        'port' => $GLOBALS['conf']['kolab']['imap']['sieveport'],
        'scriptname' => 'kmail-vacation.siv'
    ),
    'script' => 'sieve',
    'scriptparams' => array(),
    'shares' => false
);

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

$conf['storage']['driver'] = 'prefs';




More information about the commits mailing list