Sfoglia il codice sorgente

Merge pull request #9 from majestrate/master

add SPF record generation
pull/15/head
Luke Smith 5 anni fa
committed by GitHub
parent
commit
1f4b006462
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh Vedi File

@@ -234,7 +234,10 @@ 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\\t\\tv=spf1 mx a:%s -all\\n" "@" "$maildomain"
echo
echo
echo "$pval"


Caricamento…
Annulla
Salva