Update activesync_setup_url
This commit is contained in:
parent
ed50d5fc58
commit
f96251e003
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
<?php
|
||||
|
||||
// The page with Activesync clients configuration manual
|
||||
$config['activesync_setup_url'] = 'https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client';
|
||||
$config['activesync_setup_url'] = 'https://kb.kolab.org/?s=activesync';
|
||||
|
||||
// Force a subscription state per devicetype (lowercase) and folder
|
||||
// States can be: 0 => not subscribed, 1 => subscribed, 2 => subscribed with alarm
|
||||
$config['activesync_force_subscriptions'] = ['windowsoutlook15' => ['INBOX' => 1, 'Sent' => 1, 'Trash' => 1, 'Calendar' => 1, 'Contacts' => 1, 'Tasks' => 1]];
|
||||
|
|
Loading…
Add table
Reference in a new issue