49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
# --------------------------------------------------------------
|
|
# - Parameter Settings for script 'bind_add_dkim_zone_master.sh'.
|
|
# ---------------------------------------------------------------
|
|
|
|
# - SOA_PRIMARY_MASTER
|
|
# -
|
|
# - Primary master for new DKIM zones _domainkey.*
|
|
# -
|
|
# - Example: SOA_PRIMARY_MASTER="a.ns.oopen.de"
|
|
# -
|
|
# - Defaults to '$(hostname --long)'
|
|
# -
|
|
#SOA_PRIMARY_MASTER=""
|
|
|
|
# - SOA_ADMIN_EMAIL
|
|
# -
|
|
# - mail address of the responsible of all zones
|
|
# -
|
|
# - Example: SOA_ADMIN_EMAIL="domreg@oopen.de"
|
|
# -
|
|
# - Defaults to 'domreg@oopen.de'
|
|
# -
|
|
#SOA_ADMIN_EMAIL="domreg@oopen.de"
|
|
|
|
# - TSIG_KEY_NAME
|
|
# -
|
|
# - Name of the key used for dynamical updates
|
|
# -
|
|
# - Defaults to 'update-dkim'
|
|
# -
|
|
#TSIG_KEY_NAME='update-dkim'
|
|
|
|
# - ALLOW_TRANSFER_OPTION
|
|
# -
|
|
# - Example:
|
|
# - ALLOW_TRANSFER_OPTION="oopen;"
|
|
# - ALLOW_TRANSFER_OPTION="83.223.90.93;"
|
|
# -
|
|
#ALLOW_TRANSFER_OPTION=""
|
|
|
|
# - ZONE_FILE_DYNAMIC_UPDATE_DIR
|
|
# -
|
|
# - The directory where dynamically updated zone (and journal) files life
|
|
# -
|
|
# - Defaults to:
|
|
# - ZONE_FILE_DYNAMIC_UPDATE_DIR=/var/lib/bind
|
|
# -
|
|
#ZONE_FILE_DYNAMIC_UPDATE_DIR=/var/lib/bind
|