10 lines
240 B
Text
10 lines
240 B
Text
|
<?php
|
||
|
/* Configuration for libkolab */
|
||
|
|
||
|
$rcmail_config['kolab_cache'] = true;
|
||
|
|
||
|
$rcmail_config['kolab_freebusy_server'] = 'https://' . $_SESSION['imap_host'] . '/freebusy';
|
||
|
$rcmail_config['kolab_ssl_verify_peer'] = true;
|
||
|
|
||
|
?>
|