Kaynağa Gözat

Merge pull request #9 from majestrate/master

add SPF record generation
pull/15/head
Luke Smith 5 yıl önce
committed by GitHub
ebeveyn
işleme
1f4b006462
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      emailwiz.sh

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

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


Yükleniyor…
İptal
Kaydet