Sender Policy Framework: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
|||
| Zeile 120: | Zeile 120: | ||
=== Links === | === Links === | ||
Um das [[Sender Policy Framework]] mit [[Postfix]] zu verwenden, können Sie | Um das [[Sender Policy Framework]] mit [[Postfix]] zu verwenden, können Sie | ||
[https://wiki.archlinux.org/title/Install spf] | # [https://wiki.archlinux.org/title/Install spf] | ||
[https://aur.archlinux.org/packages/python-spf-engine/ -engine] AUR | # [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/python-postfix-policyd-spf/ python-postfix-policyd-spf] | ||
[https://aur.archlinux.org/packages/postfix-policyd-spf-perl/ postfix-policyd-spf-perl] AUR | # [https://aur.archlinux.org/packages/postfix-policyd-spf-perl/ postfix-policyd-spf-perl] AUR | ||
</noinclude> | </noinclude> | ||
Version vom 8. August 2026, 09:16 Uhr
Sender Policy Framework
Beschreibung
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"
Installation
Aufruf
Optionen
| Unix | GNU | Parameter | Beschreibung |
|---|---|---|---|
Parameter
Umgebungsvariablen
Exit-Status
| Wert | Beschreibung |
|---|---|
| 0 | Erfolg |
| >0 | Fehler |
Anwendung
Problembehebung
Konfiguration
Dateien
| Datei | Beschreibung |
|---|---|
Anhang
Siehe auch
Dokumentation
Links
Projekt
Weblinks
Anhang
Links
Um das Sender Policy Framework mit Postfix zu verwenden, können Sie