Sender Policy Framework: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 23: | Zeile 23: | ||
# [[Postfix/SPF]] | # [[Postfix/SPF]] | ||
=== Links === | |||
Um das [[Sender Policy Framework]] mit [[Postfix]] zu verwenden, können Sie | |||
[https://wiki.archlinux.org/title/Install spf] | |||
[https://aur.archlinux.org/packages/python-spf-engine/ -engine] AUR | |||
[https://aur.archlinux.org/packages/python-postfix-policyd-spf/ python-postfix-policyd-spf] | |||
[https://aur.archlinux.org/packages/postfix-policyd-spf-perl/ postfix-policyd-spf-perl] AUR | |||
[[Kategorie:E-Mail/Glossar]] | [[Kategorie:E-Mail/Glossar]] | ||
Version vom 8. August 2026, 09:11 Uhr
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
Links
Um das Sender Policy Framework mit Postfix zu verwenden, können Sie spf -engine AUR python-postfix-policyd-spf postfix-policyd-spf-perl AUR