Kaynağa Gözat

generate spf record

pull/9/head
Jeff Becker 5 yıl önce
ebeveyn
işleme
d8ae31fcf3
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: F357B3B42F6F9B05
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      emailwiz.sh

+ 4
- 0
emailwiz.sh Dosyayı Görüntüle

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




Yükleniyor…
İptal
Kaydet