63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
# ==========
|
|
# - Configuration file for script add_postfix_support.sh
|
|
# ==========
|
|
|
|
# - LOGGING
|
|
# -
|
|
# - Enables/Disables script output. Setting this value to 'true' is
|
|
# - only useful if NOT running in a terminal (i.e. as cronjob).
|
|
# -
|
|
# - If script is running in a terminal, script output is enabled and
|
|
# - cannot be disabled.
|
|
# -
|
|
# - Running this script in a
|
|
# -
|
|
# - Default value: false
|
|
# -
|
|
#LOGGING=false
|
|
|
|
|
|
# - SCHLEUDER_USER
|
|
# -
|
|
# - The user under which the schleuder list manager is running.
|
|
# -
|
|
# - Default value: schleuder
|
|
# -
|
|
#SCHLEUDER_USER="schleuder"
|
|
|
|
|
|
# - SCHLEUDER_PROG
|
|
# -
|
|
# - Full qualified path to the schleuder manager program.
|
|
# -
|
|
# - Example: /usr/local/bin/schleuder
|
|
# -
|
|
# - Default value: $(which schleuder)
|
|
# -
|
|
#SCHLEUDER_PROG="$(which schleuder)"
|
|
|
|
|
|
# - SCHLEUDER_DOMAINS
|
|
# -
|
|
# - The domains handled by the schleuder list manager. This value is
|
|
# - mandatory and can also given interactivly (if not running in batch mode)
|
|
# -
|
|
# - Default value: no default value
|
|
# -
|
|
#SCHLEUDER_DOMAINS
|
|
|
|
|
|
# - ADMIN_EMAIL
|
|
# -
|
|
# - E-mail to recipients
|
|
# -
|
|
# - postmaster@<schleuder-domain(s)>
|
|
# - abuse@<schleuder-domain(s)>
|
|
# -
|
|
# - wiil be redirected to ADMIN_EMAIL
|
|
# -
|
|
# - Defaults value: root@localhost
|
|
# -
|
|
#ADMIN_EMAIL="root@localhost"
|
|
|