add_postfix_support.sh: initial import
This commit is contained in:
parent
49b40c95d7
commit
3c58f35025
1029
add_postfix_support.sh
Executable file
1029
add_postfix_support.sh
Executable file
File diff suppressed because it is too large
Load Diff
62
conf/add_postfix_support.conf.sample
Normal file
62
conf/add_postfix_support.conf.sample
Normal file
@ -0,0 +1,62 @@
|
||||
# ==========
|
||||
# - 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"
|
||||
|
Loading…
Reference in New Issue
Block a user