create_opendkim_key.sh: fix minor error.
This commit is contained in:
parent
c45c77cc30
commit
eb6e511328
@ -1205,7 +1205,7 @@ if $update_dns ; then
|
|||||||
server $dns_dkim_zone_master_server
|
server $dns_dkim_zone_master_server
|
||||||
zone $update_zone
|
zone $update_zone
|
||||||
key ${key_algo}:$key_name $key_secret
|
key ${key_algo}:$key_name $key_secret
|
||||||
update delete ${dkim_domain}.${update_zone}.
|
update delete ${time_stamp}.${update_zone}.
|
||||||
update add ${time_stamp}.${update_zone}. $ttl IN TXT $(cat ${key_dir}/${time_stamp}.nsupdate)
|
update add ${time_stamp}.${update_zone}. $ttl IN TXT $(cat ${key_dir}/${time_stamp}.nsupdate)
|
||||||
send
|
send
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user