## Path:                Productivity/Networking/Email/Servers
## Description:         citadel configuration
## Type:                string
## Default:             "-d"
## ServiceRestart:      citadel
#
# Additional arguments which will be passed to citadel at startup
CITADEL_DAEMON_ARGS="-d"

## Type:                string
## Default:             "mail"
## ServiceRestart:      citadel
#
# Log facility. 
CITADEL_LOG_FACILITY="mail"

## Type:                string
## Default:             ""
## ServiceRestart:      citadel
#
# Log debug area(s). Comma separated list with -x as suffix. See
# man 8 citserver for a list of possible values, e.g. "-xmessges,curl"
CITADEL_DEBUG_AREA=""

## Type:                string
## Default:             ""
## ServiceRestart:      citadel
#
# Home directory. Name home directory with -h as suffix, e.g.
# "-h/var/lib/citadel"
CITADEL_HOME_DIR=""
