[Kolab-devel] [issue4002] Incorrect value for email_domain in freebusy/config.php

Richard Bos issues at kolab.org
Thu Dec 17 14:13:35 CET 2009


New submission from Richard Bos <ml at radoeka.nl>:

I diffed the config files of a running kolab configuration with the config files
that I get with current (cvs) kolab.

There is an unexpected diff for the freebusy configuration file:

I used the email domain "mydomain.com", but the hostname "linux-geis.host.nl" is
used...

(- is installed and running kolab, + is from current (cvs) kolab)
srv/www/htdocs/freebusy/config.php:
/* What is our default mail domain? This is used if any users do not have
 * '@domain' specified after their username as part of their email address.
 */
-$conf['fb']['email_domain'] = 'mydomain.com';
+$conf['fb']['email_domain'] = 'linux-geis.host.nl';


This is what is used in /etc/kolab/kolabfilter.conf:
-$conf['filter']['email_domain'] = 'mydomain.com';
+$conf['kolab']['filter']['email_domain'] = 'mydomain.com';

In the template files this is:
freebusy.conf.template:$conf['fb']['email_domain'] = '@@@fqdnhostname@@@';  <<<
Looks wrong
resmgr.conf.template:$conf['kolab']['filter']['email_domain'] =
'@@@postfix-mydomain@@@'; 

It looks wrong, but it might be good dunno.  I assume this issue will make clear
what it should be...

----------
assignedto: wrobel
keyword: server
messages: 22911
nosy: rbos, thomas, wilde, wrobel
priority: bug
status: unread
title: Incorrect value for email_domain in  freebusy/config.php

______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4002>
______________________________________




More information about the devel mailing list