[Kolab-devel] gunnar: server/kolab-filter/filter config.php, 1.3, 1.4 kolabfilter.php, 1.2, 1.3 kolabmailboxfilter.php, 1.2, 1.3

Richard Bos ml at radoeka.nl
Fri Dec 7 13:34:37 CET 2007


Op Tuesday 04 December 2007 06:32:36 schreef Gunnar Wrobel:
> > If you don't mind too much, I'll commit the script into the template
> > directory (if the future proofs otherwise it can be moved to the than
> > better location). If you do mind and insist of having it in
> > template-tools, please let me know (or just commit it yourself into
> > template-tools ;) )
>
> Okay, do it ;)

Moved the resmgr_conf2config.pl to convert_template2config_php.pl as it seems 
that there more config.php files that just the kolab-filter config.php file.  
See:
http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolabd/kolabd/templates/convert_template2config_php.pl

The resulting differences are now:
kolabd/templates> diff ~/svn/server/kolab-freebusy/freebusy/config.php 
freebusy.conf_config.php
54c54
< $conf['kolab']['ldap']['phppw']  = '';
---
> $conf['kolab']['ldap']['phppw']  = 'xyz';

Looks like kolab-freebusy/freebusy/config.php misses the phppw setting.

kolabd/templates> diff ~/svn/server/kolab-filter/filter/config.php 
resmgr.conf_config.php
43c43
< $conf['filter']['lmtp_host'] = $conf['filter']['imap_server'];
---
 > $conf['filter']['lmtp_host'] = 'localhost';
127c127
< $conf['filter']['freebusy_url'] = 'http://localhost/freebusy/${USER}.xfb';
---
 > $conf['filter']['freebusy_url'] = 
'http://example.com/freebusy/${USER}.xfb';
130c130
< $conf['filter']['pfb_trigger_url'] = 
'https://localhost/freebusy/trigger/${USER}/${FOLDER}.xpfb';
---
 > $conf['filter']['pfb_trigger_url'] = 
'https://example.com/freebusy/trigger/${USER}/${FOLDER}.xpfb';

Who will update the config.php in kolab-freebusy and kolab-filter.

-- 
Richard Bos
Without a home the journey is endless




More information about the devel mailing list