Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
new file mode 100644
index 0000000..77f04ac
--- /dev/null
+++ b/config/main.inc.php.dist
@@ -0,0 +1,44 @@
+<?php
+
+// This file lists all ActiveSync-related configuration options
+
+// Enables ActiveSync protocol debuging
+$rcmail_config['activesync_debug'] = true;
+
+// 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;
+
+// Type of ActiveSync cache. Supported values: 'db', 'apc' and 'memcache'.
+// Note: This is only for some additional data like timezones mapping.
+// Main ActiveSync cache uses Roundcube SQL database
+$rcmail_config['activesync_cache'] = null;
+
+// lifetime of ActiveSync cache
+// possible units: s, m, h, d, w
+$rcmail_config['activesync_cache_lifetime'] = '10d';
+
+// List of global addressbooks (GAL)
+// Note: If empty 'autocomplete_addressbooks' setting will be used
+$rcmail_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;
+
+// List of Roundcube plugins
+// WARNING: Not all plugins used in Roundcube can be listed here
+$rcmail_config['activesync_plugins'] = array();

File Metadata

Mime Type
text/x-diff
Expires
Thu, Mar 19, 2:53 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
458674
Default Alt Text
(1 KB)

Event Timeline