2015-03-03 03:37:06 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// The page with Activesync clients configuration manual
|
2019-01-19 08:44:49 +01:00
|
|
|
$config['activesync_setup_url'] = 'https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client';
|
2021-01-26 20:03:21 +01:00
|
|
|
// Force a subscription state per devicetype (lowercase) and folder
|
|
|
|
// States can be: 0 => not subscribed, 1 => subscribed, 2 => subscribed with alarm
|
2021-03-18 11:59:51 +01:00
|
|
|
$config['activesync_force_subscriptions'] = array('windowsoutlook15' => array('INBOX' => 1, 'Sent' => 1, 'Trash' => 1, 'Calendar' => 1, 'Contacts' => 1, 'Tasks' => 1));
|