gunnar: server/kolab-webclient/horde/templates/horde-3.3.6 webclient-config_hooks.php.template, NONE, 1.1 webclient-config_mime_drivers.php.template, NONE, 1.1 webclient-config_motd.php.template, NONE, 1.1 webclient-config_nls.php.template, NONE, 1.1 webclient-config_prefs.php.template, NONE, 1.1 webclient-config_registry.php.template, NONE, 1.1 webclient-kolab-conf.template, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Mon Jan 11 17:38:58 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/horde/templates/horde-3.3.6
In directory doto:/tmp/cvs-serv19301/templates/horde-3.3.6

Added Files:
	webclient-config_hooks.php.template 
	webclient-config_mime_drivers.php.template 
	webclient-config_motd.php.template 
	webclient-config_nls.php.template 
	webclient-config_prefs.php.template 
	webclient-config_registry.php.template 
	webclient-kolab-conf.template 
Log Message:
A first version of a separate horde base package. It does not build yet (only src.rpm yet).

--- NEW FILE: webclient-config_hooks.php.template ---
KOLAB_META_START
TARGET=@@@horde_confdir@@@/hooks.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@horde_confdir@@@/hooks.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient-config_mime_drivers.php.template ---
KOLAB_META_START
TARGET=@@@horde_confdir@@@/mime_drivers.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@horde_confdir@@@/mime_drivers.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient-config_motd.php.template ---
KOLAB_META_START
TARGET=@@@horde_confdir@@@/motd.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@horde_confdir@@@/motd.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient-config_nls.php.template ---
KOLAB_META_START
TARGET=@@@horde_confdir@@@/nls.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@horde_confdir@@@/nls.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient-config_prefs.php.template ---
KOLAB_META_START
TARGET=@@@horde_confdir@@@/prefs.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@horde_confdir@@@/prefs.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient-config_registry.php.template ---
KOLAB_META_START
TARGET=@@@horde_confdir@@@/registry.local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@horde_confdir@@@/registry.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient-kolab-conf.template ---
KOLAB_META_START
TARGET=@@@horde_confdir@@@/kolab.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
$conf['cookie']['domain'] = '@@@fqdnhostname@@@';
$conf['cookie']['path'] = '@@@horde_cookie_path@@@';
$conf['problems']['email'] = 'postmaster@@@@postfix-mydomain@@@';
$conf['problems']['maildomain'] = '@@@postfix-mydomain@@@';
$conf['kolab']['ldap']['server'] = '@@@ldap_uri@@@';
$conf['kolab']['ldap']['basedn'] = '@@@base_dn@@@';
$conf['kolab']['ldap']['phpdn'] = '@@@php_dn@@@';
$conf['kolab']['ldap']['phppw'] = '@@@php_pw@@@';
@@@if cyrus-imap@@@
$conf['kolab']['imap']['server'] = '@@@fqdnhostname@@@';
@@@else@@@
$conf['kolab']['imap']['server'] = '@@@local_addr@@@';
@@@endif@@@
$conf['kolab']['imap']['maildomain'] = '@@@postfix-mydomain@@@';

/*
 * Kolab uses file based preferences by default. There is an alternative
 * IMAP based driver that allows the users to keep their preferences in
 * the IMAP storage. You can activate it here.
 */
//$conf['prefs']['driver'] = 'kolab_imap';





More information about the commits mailing list