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 --- smeserver-zarafa-0.9.0/root/etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg 2010-02-20 14:39:45.000000000 +1100 +++ 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 @@ -230,3 +230,34 @@ # # default: %u loginname_format = %u + +# Set to yes for Windows clients to be able to download the latest +# Zarafa Outlook client from the Zarafa server +client_update_enabled = false + +# Place the correct Zarafa Outlook Client in this directory for +# Windows clients to download through the Zarafa server +client_update_path = /var/lib/zarafa/client + +# Everyone is a special internal group, which contains every user and group +# You may want to disable this group from the Global Addressbook by setting +# this option to 'yes'. Administrators will still be able to see the group. +hide_everyone = yes + +# System is a special internal user, which has super-admin privileges +# You may want to disable this user from the Global Addressbook by setting +# this option to 'yes'. Administrators will still be able to see the user. +hide_system = yes + +# Use Indexing service for faster searching. +# Enabling this option requires the zarafa-indexer service to +# be running. +index_services_enabled = no + +# Path to the zarafa-indexer service, this option is only required +# if the server is going to make use of the indexing service. +index_services_path = file:///var/run/zarafa-indexer + +# Allow enhanced ICS operations to speedup synchronization with cached profiles. +# default: yes +enable_enhanced_ics = yes