$OpenBSD: patch-installer_linux_spooler_cfg,v 1.11 2016/04/01 18:08:10 robert Exp $
--- installer/linux/spooler.cfg.orig	Wed Mar 23 12:14:33 2016
+++ installer/linux/spooler.cfg	Fri Apr  1 16:50:10 2016
@@ -11,16 +11,16 @@ smtp_port = 25
 #server_socket = file:///var/run/zarafad/server.sock
 
 # drop privileges and run the process as this user
-#run_as_user = zarafa
+run_as_user = _zarafa
 
 # drop privileges and run the process as this group
-#run_as_group = zarafa
+run_as_group = _zarafa
 
 # create a pid file for stopping the service via the init.d scripts
-#pid_file = /var/run/zarafad/spooler.pid
+pid_file = /var/run/zarafad/spooler.pid
 
 # run server in this path (when not using the -F switch)
-#running_path = /var/lib/zarafa
+running_path = /var/empty
 
 # create memory coredumps upon crash in the running_path directory
 coredump_enabled = no
@@ -55,7 +55,7 @@ log_timestamp	=	1
 #       to use this type of login method
 
 # Login to the Zarafa server using this SSL Key
-#sslkey_file = /etc/zarafa/ssl/spooler.pem
+#sslkey_file = ${SYSCONFDIR}/zarafa/ssl/spooler.pem
 
 # The password of the SSL Key
 #sslkey_pass = replace-with-server-cert-password
@@ -150,7 +150,7 @@ archive_on_send = no
 plugin_enabled = yes
 
 # Path to the spooler plugin manager
-plugin_manager_path = /usr/share/zarafa-spooler/python
+plugin_manager_path = ${PREFIX}/share/zarafa-spooler/python
 
 # Path to the activated spooler plugins.
 #   This folder contains symlinks to the zarafa plugins and custom scripts. The plugins are
@@ -159,4 +159,4 @@ plugin_manager_path = /usr/share/zarafa-spooler/python
 #
 # Example:
 #  $ ln -s /usr/share/zarafa-spooler/python/plugins/disclaimer.py /var/lib/zarafa/spooler/plugins/disclaimer.py
-plugin_path = /var/lib/zarafa/spooler/plugins
+plugin_path = /var/db/zarafa/spooler/plugins
