Browse Source

generate spf record

pull/9/head
Jeff Becker 4 years ago
parent
commit
d8ae31fcf3
No known key found for this signature in database GPG Key ID: F357B3B42F6F9B05
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emailwiz.sh

+ 4
- 0
emailwiz.sh View File

@@ -207,9 +207,13 @@ echo
echo
echo
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"
echo
echo
echo "$pval"




Loading…
Cancel
Save