34 lines
830 B
Plaintext
34 lines
830 B
Plaintext
# --------------------------------------------------------------
|
|
# - Parameter Settings for script 'bind_add_dkim_zone_slave.sh'.
|
|
# ---------------------------------------------------------------
|
|
|
|
# - DKIM_DNS_MASTER
|
|
# -
|
|
# - Primary master for new DKIM slave zones _domainkey.*
|
|
# -
|
|
# - Example:
|
|
# - DKIM_DNS_MASTER="b.ns.oopen.de"
|
|
# -
|
|
# - This option is required and have no default value. But
|
|
# - option can also set usinf commandline parameter flag '-M'
|
|
# -
|
|
#DKIM_DNS_MASTER=""
|
|
|
|
# - ALLOW_TRANSFER_OPTION
|
|
# -
|
|
# - Example:
|
|
# - ALLOW_TRANSFER_OPTION="oopen"
|
|
# -
|
|
# - Defaults to DKIM_DNS_MASTER IPv4 Address
|
|
# -
|
|
#ALLOW_TRANSFER_OPTION=""
|
|
|
|
# - ZONE_FILE_SLAVE_DIR
|
|
# -
|
|
# - The directory where slave/stub data located
|
|
# -
|
|
# - Defaults to:
|
|
# - ZONE_FILE_SLAVE_DIR="/var/cache/bind"
|
|
# -
|
|
#ZONE_FILE_SLAVE_DIR="/var/cache/bind"
|