1 |
dungog |
1.1 |
diff -urN smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg smeserver-zarafa-0.9.0.new/root/etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg |
2 |
|
|
--- smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg 2010-02-20 14:39:45.000000000 +1100 |
3 |
|
|
+++ smeserver-zarafa-0.9.0.new/root/etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg 2010-02-20 14:42:21.000000000 +1100 |
4 |
|
|
@@ -230,3 +230,34 @@ |
5 |
|
|
# |
6 |
|
|
# default: %u |
7 |
|
|
loginname_format = %u |
8 |
|
|
+ |
9 |
|
|
+# Set to yes for Windows clients to be able to download the latest |
10 |
|
|
+# Zarafa Outlook client from the Zarafa server |
11 |
|
|
+client_update_enabled = false |
12 |
|
|
+ |
13 |
|
|
+# Place the correct Zarafa Outlook Client in this directory for |
14 |
|
|
+# Windows clients to download through the Zarafa server |
15 |
|
|
+client_update_path = /var/lib/zarafa/client |
16 |
|
|
+ |
17 |
|
|
+# Everyone is a special internal group, which contains every user and group |
18 |
|
|
+# You may want to disable this group from the Global Addressbook by setting |
19 |
|
|
+# this option to 'yes'. Administrators will still be able to see the group. |
20 |
|
|
+hide_everyone = yes |
21 |
|
|
+ |
22 |
|
|
+# System is a special internal user, which has super-admin privileges |
23 |
|
|
+# You may want to disable this user from the Global Addressbook by setting |
24 |
|
|
+# this option to 'yes'. Administrators will still be able to see the user. |
25 |
|
|
+hide_system = yes |
26 |
|
|
+ |
27 |
|
|
+# Use Indexing service for faster searching. |
28 |
|
|
+# Enabling this option requires the zarafa-indexer service to |
29 |
|
|
+# be running. |
30 |
|
|
+index_services_enabled = no |
31 |
|
|
+ |
32 |
|
|
+# Path to the zarafa-indexer service, this option is only required |
33 |
|
|
+# if the server is going to make use of the indexing service. |
34 |
|
|
+index_services_path = file:///var/run/zarafa-indexer |
35 |
|
|
+ |
36 |
|
|
+# Allow enhanced ICS operations to speedup synchronization with cached profiles. |
37 |
|
|
+# default: yes |
38 |
|
|
+enable_enhanced_ics = yes |