correct formatting
This commit is contained in:
parent
8a50caca80
commit
ba71c3cfa8
@ -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…
Reference in New Issue
Block a user