Sender Policy Framework

Aus Foxwiki
Wechseln zu:Navigation, Suche

SPF

DNS-Eintrag für SPF

v=spf1 +a +mx -all

SPF ist für diese Domain aktiviert

Eintrag optimieren

Wenn Sie mehrere Domains auf Ihrem Server hosten, sollten Sie ihn wahrscheinlich ebenfalls anpassen.

v=spf1 +a +mx +ip4:<ip.mail> ?all* <ip.mail>

Is the IP of the mail server that is responsible for sending the mails, it is automatically filled in when you apply the zones

After you do this modification you should apply it

Now let’s check with dig if the SPF is OK.

dig myserverplace.de TXT @ns1.myserverplace.de

You will see in the Answer section I have the following entry

myserverplace.de. 600 IN TXT "v=spf1 +a +mx +ip4:144.76.163.46 ?all"

Anhang

  1. Postfix/SPF

Um das Sender Policy Framework mit Postfix zu verwenden, können Sie spf -engine AUR python-postfix-policyd-spf postfix-policyd-spf-perl AUR