$OpenBSD: patch-installer_linux_server_cfg,v 1.18 2013/02/04 07:14:20 ajacoutot Exp $
--- installer/linux/server.cfg.orig	Sun Jan 27 13:00:14 2013
+++ installer/linux/server.cfg	Sun Jan 27 13:02:27 2013
@@ -42,16 +42,16 @@ local_admin_users	= root
 system_email_address	= postmaster@localhost
 
 # drop privileges and run the process as this user
-run_as_user		= 
+run_as_user		= _zarafa
 
 # drop privileges and run the process as this group
-run_as_group		= 
+run_as_group		= _zarafa
 
 # create a pid file for stopping the service via the init.d scripts
 pid_file		= /var/run/zarafa-server.pid
 
 # run server in this path (when not using the -F switch)
-running_path = /
+running_path = /var/empty
 
 # create memory coredumps upon crash in the running_path directory
 coredump_enabled = yes
@@ -62,7 +62,7 @@ coredump_enabled = yes
 session_timeout		= 300
 
 # Socket to connect to license server
-license_socket		= /var/run/zarafa-licensed
+#license_socket		= /var/run/zarafa-licensed
 
 # Time (in seconds) to wait for a connection to the license server before 
 # terminating the request.
@@ -127,7 +127,7 @@ mysql_database		= zarafa
 attachment_storage	= files 
 
 # When attachment_storage is 'files', use this path to store the files
-attachment_path		= /var/lib/zarafa/attachments
+attachment_path		= /var/db/zarafa/attachments
 
 # Compression level for attachments when attachment_storage is 'files'.
 # Set compression level for attachments disabled=0, max=9
@@ -143,22 +143,22 @@ server_ssl_enabled	= no
 server_ssl_port		= 237
 
 # Required Server certificate, contains the certificate and the private key parts
-server_ssl_key_file	= /etc/zarafa/ssl/server.pem
+server_ssl_key_file	= ${SYSCONFDIR}/zarafa/ssl/server.pem
 
 # Password of Server certificate
 server_ssl_key_pass	= replace-with-server-cert-password
 
 # Required Certificate Authority of server
-server_ssl_ca_file	= /etc/zarafa/ssl/cacert.pem
+server_ssl_ca_file	= ${SYSCONFDIR}/zarafa/ssl/cacert.pem
 
 # Path with CA certificates, e.g. /etc/ssl/certs
-server_ssl_ca_path	=
+server_ssl_ca_path	= /etc/ssl/cert.pem
 
 # Accept SSLv2 only connections. Normally v3 connections are used.
 server_ssl_enable_v2 = no
 
 # Path of SSL Public keys of clients
-sslkeys_path		= /etc/zarafa/sslkeys
+sslkeys_path		= ${SYSCONFDIR}/zarafa/sslkeys
 
 ##############################################################
 # THREAD SETTINGS
@@ -287,23 +287,24 @@ companyquota_warn      = 0
 # Name of the plugin that handles users
 # Required, default = ldap
 # Values: ldap, unix, db, ldapms (available in enterprise license)
+# note: the unix plugin is not yet supported on OpenBSD
 user_plugin		= db
 
 # configuration file of the user plugin, examples can be found in /usr/share/zarafa/example-config
-user_plugin_config	= /etc/zarafa/ldap.cfg
+user_plugin_config	= ${SYSCONFDIR}/zarafa/ldap.cfg
 
 # location of the zarafa plugins
 # if you have a 64bit distribution, this probably should be changed to /usr/lib64/zarafa
-plugin_path		= /usr/lib/zarafa
+plugin_path		= ${PREFIX}/lib/zarafa
 
 # scripts which create stores for users from an external source
 # used for ldap and unix plugins only
-createuser_script		=	/etc/zarafa/userscripts/createuser
-deleteuser_script		=	/etc/zarafa/userscripts/deleteuser
-creategroup_script		=	/etc/zarafa/userscripts/creategroup
-deletegroup_script		=	/etc/zarafa/userscripts/deletegroup
-createcompany_script	=	/etc/zarafa/userscripts/createcompany
-deletecompany_script	=	/etc/zarafa/userscripts/deletecompany
+createuser_script		=	${SYSCONFDIR}/zarafa/userscripts/createuser
+deleteuser_script		=	${SYSCONFDIR}/zarafa/userscripts/deleteuser
+creategroup_script		=	${SYSCONFDIR}/zarafa/userscripts/creategroup
+deletegroup_script		=	${SYSCONFDIR}/zarafa/userscripts/deletegroup
+createcompany_script	=	${SYSCONFDIR}/zarafa/userscripts/createcompany
+deletecompany_script	=	${SYSCONFDIR}/zarafa/userscripts/deletecompany
 
 # Set this option to 'yes' to skip the creation and deletion of new users
 # The action will be logged, so you can see if your changes to the plugin
@@ -360,7 +361,7 @@ 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
+client_update_path = /var/db/zarafa/client
 
 # Recieve update information from the client (0 = disabled, 1 = only on error, 2 = log always)
 client_update_log_level = 1
