Add script 'bind_add_dkim_zone_slave.sh'.

This commit is contained in:
2019-01-05 01:11:57 +01:00
parent e7e556f280
commit 0e175eda6c
2 changed files with 440 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# --------------------------------------------------------------
# - 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=""