diff options
-rw-r--r-- | share/templates/roundcubemail/kolab.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/roundcubemail/kolab.inc.php.tpl b/share/templates/roundcubemail/kolab.inc.php.tpl index 747ad07..124b26e 100644 --- a/share/templates/roundcubemail/kolab.inc.php.tpl +++ b/share/templates/roundcubemail/kolab.inc.php.tpl @@ -5,7 +5,7 @@ \$rcmail_config['kolab']['ldap']['phpdn'] = '$ldap_service_bind_dn'; \$rcmail_config['kolab']['ldap']['phppw'] = '$ldap_service_bind_pw'; -\$rcmail_config['kolab']['freebusy']['server'] = 'http://' . \$_SERVER["HTTP_HOST"] . '/freebusy'; +\$rcmail_config['kolab_freebusy_server'] = 'http://' . \$_SERVER["HTTP_HOST"] . '/freebusy'; \$rcmail_config['kolab']['imap']['secure'] = true; \$rcmail_config['kolab']['imap']['namespaces'] = array( |