$OpenBSD: patch-installer_linux_monitor_cfg,v 1.6 2015/04/05 22:25:08 robert Exp $
--- installer/linux/monitor.cfg.orig	Sun Apr  5 17:42:38 2015
+++ installer/linux/monitor.cfg	Sun Apr  5 17:43:45 2015
@@ -8,16 +8,16 @@ server_socket	=	file:///var/run/zarafa
 servers =
 
 # 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-monitor.pid
 
 # run server in this path (when not using the -F switch)
-running_path = /
+running_path = /var/empty
 
 ##############################################################
 # ZARAFA MONITOR LOG SETTINGS
@@ -41,7 +41,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/monitor.pem
+#sslkey_file = ${SYSCONFDIR}/zarafa/ssl/monitor.pem
 
 # The password of the SSL Key
 #sslkey_pass = replace-with-monitor-cert-password
@@ -60,8 +60,8 @@ mailquota_resend_interval = 1
 
 # Template to be used for quota emails which are send to the user
 # when the various user quota levels have been exceeded.
-userquota_warning_template = /etc/zarafa/quotamail/userwarning.mail
+userquota_warning_template = ${SYSCONFDIR}/zarafa/quotamail/userwarning.mail
 
 # Templates to be used for quota emails which are send to the company administrators
 # when the company quota level has been exceeded.
-companyquota_warning_template = /etc/zarafa/quotamail/companywarning.mail
+companyquota_warning_template = ${SYSCONFDIR}/zarafa/quotamail/companywarning.mail
