Page MenuHomePhorge

No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index a57c4e6..ba6ca08 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -1,65 +1,65 @@
<?php
// This file lists all ActiveSync-related configuration options
// Enables ActiveSync protocol debuging
-$rcmail_config['activesync_debug'] = true;
+$config['activesync_debug'] = true;
// Enables logging to a separate directory for every user/device
-$rcmail_config['activesync_user_log'] = false;
+$config['activesync_user_log'] = false;
// Enable per-user debugging only if /var/log/syncroton/<username>/ folder exists
-$rcmail_config['activesync_user_debug'] = false;
+$config['activesync_user_debug'] = false;
// If specified all ActiveSync-related logs will be saved to this file
// Note: This doesn't change Roundcube Framework log locations
-$rcmail_config['activesync_log_file'] = null;
+$config['activesync_log_file'] = null;
// Type of ActiveSync cache. Supported values: 'db', 'apc' and 'memcache'.
// Note: This is only for some additional data like timezones mapping.
-$rcmail_config['activesync_cache'] = 'db';
+$config['activesync_cache'] = 'db';
// lifetime of ActiveSync cache
// possible units: s, m, h, d, w
-$rcmail_config['activesync_cache_ttl'] = '1d';
+$config['activesync_cache_ttl'] = '1d';
// Type of ActiveSync Auth cache. Supported values: 'db', 'apc' and 'memcache'.
// Note: This is only for username canonification map.
-$rcmail_config['activesync_auth_cache'] = 'db';
+$config['activesync_auth_cache'] = 'db';
// lifetime of ActiveSync Auth cache
// possible units: s, m, h, d, w
-$rcmail_config['activesync_auth_cache_ttl'] = '1d';
+$config['activesync_auth_cache_ttl'] = '1d';
// List of global addressbooks (GAL)
// Note: If empty 'autocomplete_addressbooks' setting will be used
-$rcmail_config['activesync_addressbooks'] = array();
+$config['activesync_addressbooks'] = array();
// ActiveSync => Roundcube contact fields map for GAL search
/* Default: array(
'alias' => 'nickname',
'company' => 'organization',
'displayName' => 'name',
'emailAddress' => 'email',
'firstName' => 'firstname',
'lastName' => 'surname',
'mobilePhone' => 'phone.mobile',
'office' => 'office',
'picture' => 'photo',
'phone' => 'phone',
'title' => 'jobtitle',
);
*/
-$rcmail_config['activesync_gal_fieldmap'] = null;
+$config['activesync_gal_fieldmap'] = null;
// List of Roundcube plugins
// WARNING: Not all plugins used in Roundcube can be listed here
-$rcmail_config['activesync_plugins'] = array();
+$config['activesync_plugins'] = array();
// Defines for how many seconds we'll sleep between every
// action for detecting changes in folders. Default: 60
-$rcmail_config['activesync_ping_timeout'] = 60;
+$config['activesync_ping_timeout'] = 60;
// We start detecting changes n seconds since the last sync of a folder
// Default: 180
-$rcmail_config['activesync_quiet_time'] = 180;
+$config['activesync_quiet_time'] = 180;

File Metadata

Mime Type
text/x-diff
Expires
Tue, Aug 18, 8:38 AM (10 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1262630
Default Alt Text
(3 KB)

Event Timeline