$OpenBSD: patch-installer_linux_server_cfg,v 1.1.1.1 2017/09/13 10:38:42 robert Exp $

Index: installer/linux/server.cfg
--- installer/linux/server.cfg.orig
+++ installer/linux/server.cfg
@@ -36,7 +36,7 @@ allow_local_users	= yes
 # local admin users who can connect to any store (use this for the kopano-dagent)
 # field is SPACE separated
 # eg: local_admin_users = root vmail
-local_admin_users	= root kopano
+local_admin_users	= root _kopano
 
 # The user has full rights on a folder by default, uncomment the following line to disable this. 
 # owner_auto_full_access = false 
@@ -46,16 +46,16 @@ owner_auto_full_access = true
 system_email_address	= postmaster@localhost
 
 # drop privileges and run the process as this user
-#run_as_user		= kopano
+#run_as_user		= _kopano
 
 # drop privileges and run the process as this group
-#run_as_group		= kopano
+#run_as_group		= _kopano
 
 # create a pid file for stopping the service via the init.d scripts
 #pid_file		= /var/run/kopano/server.pid
 
 # run server in this path (when not using the -F switch)
-#running_path = /var/lib/kopano
+#running_path = /var/empty
 
 # Use given allocator library. Values like libtcmalloc.so.4,
 # libtcmalloc_minimal.so.4 and libjemalloc.so.2 would work.
@@ -145,7 +145,7 @@ attachment_files_fsync  = yes
 # When attachment_storage is 'files', use this path to store the files
 # When attachment_storage is 's3', use this path to set a prefix to all
 # attachment data of a certain cluster, for example 'attach'
-attachment_path         = /var/lib/kopano/attachments
+attachment_path         = /var/db/kopano/attachments
 
 # Compression level for attachments when attachment_storage is 'files'.
 # Set compression level for attachments disabled=0, max=9
