1
0
mirror of https://github.com/lukesmithxyz/emailwiz synced 2024-09-28 23:11:15 +02:00

correct formatting

This commit is contained in:
Jeff Becker 2019-06-08 11:05:45 -04:00
parent 8a50caca80
commit ba71c3cfa8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -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"