瀏覽代碼

correct formatting

pull/9/head
Jeff Becker 5 年之前
父節點
當前提交
ba71c3cfa8
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: F357B3B42F6F9B05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh 查看文件

@@ -210,7 +210,7 @@ printf "Record Name\\tRecord Type\\tText of entry\\n"
# the DKIM record is this one
printf "%s._domainkey\\tTXT\\t\\tv=DKIM1; k=rsa; %s\\n" "$subdom" "$pval"
# the SPF record is this one
printf "%s\\tTXT\\tTXT\\t\\tv=spf1 mx a:%s -all\\n" "@" "$maildomain"
printf "%s\\tTXT\\t\\tv=spf1 mx a:%s -all\\n" "@" "$maildomain"
echo
echo
echo "$pval"


Loading…
取消
儲存