$OpenBSD: patch-installer_linux_monitor_cfg,v 1.8 2016/04/01 18:08:10 robert Exp $
--- installer/linux/monitor.cfg.orig	Wed Mar 23 12:14:33 2016
+++ installer/linux/monitor.cfg	Fri Apr  1 13:26:48 2016
@@ -8,16 +8,16 @@
 servers =
 
 # 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/monitor.pid
+pid_file = /var/run/zarafad/monitor.pid
 
 # run server in this path (when not using the -F switch)
-#running_path = /var/lib/zarafa
+running_path = /var/empty
 
 ##############################################################
 # ZARAFA MONITOR LOG SETTINGS
@@ -44,7 +44,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
@@ -63,8 +63,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
