/etc/default/kopano is in kopano-common 8.5.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | #
# This is a POSIX shell fragment
#
# Common defaults for all daemons
KOPANO_LOCALE="C"
########################################
# Defaults for kopano-dagent initscript
########################################
# Set this to 'yes' to enable the kopano-dagent to start in LMTP mode
DAGENT_ENABLED=yes
# Location of the configuration files
DAGENT_CONFIG=/etc/kopano/dagent.cfg
# Additional options that are passed to the Daemon.
# the -d option is required to run LMTP mode deamonized
DAGENT_OPTS="-d"
########################################
# Defaults for kopano-server initscript
########################################
# set to no to disable kopano-server at startup
SERVER_ENABLED=yes
# Location of the configuration files
SERVER_CONFIG=/etc/kopano/server.cfg
# Additional options that are passed to the Daemon.
SERVER_OPTS=""
# Locale to export to userscripts
KOPANO_USERSCRIPT_LOCALE="C"
########################################
# Defaults for kopano-monitor initscript
########################################
# set to no to disable kopano-monitor at startup
MONITOR_ENABLED=yes
# Location of the configuration files
MONITOR_CONFIG=/etc/kopano/monitor.cfg
# Additional options that are passed to the Daemon.
MONITOR_OPTS=""
########################################
# Defaults for kopano-spooler initscript
########################################
# set to no to disable kopano-spooler at startup
SPOOLER_ENABLED=yes
# Location of the configuration files
SPOOLER_CONFIG=/etc/kopano/spooler.cfg
# Additional options that are passed to the Daemon.
SPOOLER_OPTS=""
########################################
# Defaults for kopano-gateway initscript
########################################
# set to no to disable kopano-gateway at startup
GATEWAY_ENABLED=yes
# Location of the configuration files
GATEWAY_CONFIG=/etc/kopano/gateway.cfg
# Additional options that are passed to the Daemon.
GATEWAY_OPTS=""
########################################
# Defaults for kopano-ical initscript
########################################
# set to no to disable kopano-ical at startup
ICAL_ENABLED=yes
# Location of the configuration files
ICAL_CONFIG=/etc/kopano/ical.cfg
# Additional options that are passed to the Daemon.
ICAL_OPTS=""
########################################
# Defaults for kopano-search initscript
########################################
# set to no to disable kopano-search at startup
SEARCH_ENABLED=yes
# Location of the configuration files
SEARCH_CONFIG=/etc/kopano/search.cfg
# Additional options that are passed to the Daemon.
SEARCH_OPTS=""
|