$OpenBSD: patch-installer_linux_gateway_cfg,v 1.7 2011/06/02 12:46:37 ajacoutot Exp $
--- installer/linux/gateway.cfg.orig	Wed Apr 20 16:39:10 2011
+++ installer/linux/gateway.cfg	Mon May  2 12:47:53 2011
@@ -14,16 +14,16 @@ server_hostname = 
 server_hostname_greeting = no
 
 # 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
+# write the process ID number to this file
 pid_file = /var/run/zarafa-gateway.pid
 
 # run server in this path (when not using the -F switch)
-running_path = /
+running_path = /var/empty
 
 # enable/disable POP3, and POP3 listen port
 pop3_enable	=	yes
@@ -60,10 +60,10 @@ imap_generate_utf8 = no
 imap_expunge_on_delete = no
 
 # File with RSA key for SSL
-ssl_private_key_file	=	/etc/zarafa/gateway/privkey.pem
+ssl_private_key_file	=	${SYSCONFDIR}/zarafa/gateway/privkey.pem
 
 #File with certificate for SSL
-ssl_certificate_file	=	/etc/zarafa/gateway/cert.pem
+ssl_certificate_file	=	${SYSCONFDIR}/zarafa/gateway/cert.pem
 
 # Verify client certificate
 ssl_verify_client	=	no
