$OpenBSD: patch-installer_linux_server_cfg,v 1.3 2018/03/16 15:35:02 robert Exp $

Index: installer/linux/server.cfg
--- installer/linux/server.cfg.orig
+++ installer/linux/server.cfg
@@ -44,7 +44,7 @@ server_listen = *:236
 # field is SPACE separated
 # eg: local_admin_users = root vmail
 # Default: root
-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 = true
@@ -53,16 +53,16 @@ local_admin_users = root kopano
 #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.
@@ -159,7 +159,7 @@ local_admin_users = root kopano
 # 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
