gunnar: server/kolab-webclient-h4/horde-h4/templates/horde-h4-c3570961b45053e55147c5a77b32caff87edef8f webclient4-conf.php.template, NONE, 1.1 webclient4-hooks.php.template, NONE, 1.1 webclient4-mime_drivers.php.template, NONE, 1.1 webclient4-motd.php.template, NONE, 1.1 webclient4-nls.php.template, NONE, 1.1 webclient4-prefs.php.template, NONE, 1.1 webclient4-registry.php.template, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Tue Feb 9 11:25:31 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient-h4/horde-h4/templates/horde-h4-c3570961b45053e55147c5a77b32caff87edef8f
In directory doto:/tmp/cvs-serv32725/templates/horde-h4-c3570961b45053e55147c5a77b32caff87edef8f

Added Files:
	webclient4-conf.php.template webclient4-hooks.php.template 
	webclient4-mime_drivers.php.template 
	webclient4-motd.php.template webclient4-nls.php.template 
	webclient4-prefs.php.template webclient4-registry.php.template 
Log Message:
Add the basic horde H4 application.

--- NEW FILE: webclient4-conf.php.template ---
KOLAB_META_START
TARGET=@@@webserver_document_root@@@/client4/config/conf.d/20-kolab_local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/*
@@@warning@@@
*/

$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';

--- NEW FILE: webclient4-hooks.php.template ---
KOLAB_META_START
TARGET=@@@webserver_document_root@@@/client4/config/hooks.d/20-kolab_local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/*
@@@warning@@@
*/

/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@webserver_document_root@@@/client4/config/hooks.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient4-mime_drivers.php.template ---
KOLAB_META_START
TARGET=@@@webserver_document_root@@@/client4/config/mime_drivers.d/20-kolab_local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/*
@@@warning@@@
*/

/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@webserver_document_root@@@/client4/config/mime_drivers.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient4-motd.php.template ---
KOLAB_META_START
TARGET=@@@webserver_document_root@@@/client4/config/motd.d/20-kolab_local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/*
@@@warning@@@
*/

/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@webserver_document_root@@@/client4/config/motd.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient4-nls.php.template ---
KOLAB_META_START
TARGET=@@@webserver_document_root@@@/client4/config/nls.d/20-kolab_local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/*
@@@warning@@@
*/

/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@webserver_document_root@@@/client4/config/nls.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient4-prefs.php.template ---
KOLAB_META_START
TARGET=@@@webserver_document_root@@@/client4/config/prefs.d/20-kolab_local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/*
@@@warning@@@
*/

/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@webserver_document_root@@@/client4/config/prefs.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */

--- NEW FILE: webclient4-registry.php.template ---
KOLAB_META_START
TARGET=@@@webserver_document_root@@@/client4/config/registry.d/20-kolab_local.php
PERMISSIONS=0400
OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
KOLAB_META_END
<?php
/*
@@@warning@@@
*/

/* This file can be used to customize your kolab-webclient installation. */
/* Anything you add to this configuration file will override settings    */
/* from @@@webserver_document_root@@@/client4/config/registry.php
   Please refer to that file to see which settings you can influence via */
/* this template.                                                        */





More information about the commits mailing list