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
    
        - Previous message: gunnar: server/kolab-webclient/ingo/configuration/ingo-1.2.3 - New	directory 
 
        - Next message: gunnar: server/kolab-webclient/ingo/templates/ingo-1.2.3	webclient-ingo_backends.php.template, NONE,	1.1 webclient-ingo_conf.php.template, NONE,	1.1 webclient-ingo_fields.php.template, NONE,	1.1 webclient-ingo_hooks.php.template, NONE,	1.1 webclient-ingo_prefs.php.template, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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';
    
    
        
	- Previous message: gunnar: server/kolab-webclient/ingo/configuration/ingo-1.2.3 - New	directory 
 
	- Next message: gunnar: server/kolab-webclient/ingo/templates/ingo-1.2.3	webclient-ingo_backends.php.template, NONE,	1.1 webclient-ingo_conf.php.template, NONE,	1.1 webclient-ingo_fields.php.template, NONE,	1.1 webclient-ingo_hooks.php.template, NONE,	1.1 webclient-ingo_prefs.php.template, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list