DNS/SPF: Unterschied zwischen den Versionen
Aus Foxwiki
Keine Bearbeitungszusammenfassung |
|||
| Zeile 3: | Zeile 3: | ||
---- | ---- | ||
{{Navigation|<zurück>|<nachste>}} | {{Navigation|<zurück>|<nachste>}} | ||
{{Navigation|BSI/200-3|BSI/200-3/Einleitung/Beispiele}} | |||
---- | ---- | ||
--> | --> | ||
''' | '''{{BASEPAGENAME}}''' | ||
</noinclude> | </noinclude> | ||
== Beschreibung == | == Beschreibung == | ||
== | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
=== Optionen === | |||
<!-- | |||
{| class="table table-striped table-hover sortable options gnu big" | |||
--> | |||
{| class="table table-striped table-hover" | |||
|- | |||
! Unix !! GNU !! Parameter !! Beschreibung | |||
|- | |||
| || || || | |||
|- | |||
|} | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
{| class="table table-striped table-hover options col1center big" | |||
|- | |||
! Wert !! Beschreibung | |||
|- | |||
| 0 || Erfolg | |||
|- | |||
| >0 || Fehler | |||
|} | |||
== | == Anwendung == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
</syntaxhighlight> | |||
== | <!-- output --> | ||
<syntaxhighlight lang="bash" highlight="" line> | |||
</syntaxhighlight> | |||
== | === Problembehebung === | ||
== | == Konfiguration == | ||
=== Dateien === | |||
{| class="table table-striped table-hover options big" | |||
|- | |||
! Datei !! Beschreibung | |||
|- | |||
| || | |||
|- | |||
| || | |||
|} | |||
<noinclude> | <noinclude> | ||
| Zeile 32: | Zeile 70: | ||
---- | ---- | ||
--> | --> | ||
== Anhang == | == Anhang == | ||
== Siehe auch == | === Siehe auch === | ||
<div style="column-count:2"> | <div style="column-count:2"> | ||
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> | <categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> | ||
| Zeile 41: | Zeile 78: | ||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | {{Special:PrefixIndex/{{BASEPAGENAME}}/}} | ||
== Dokumentation == | === Dokumentation === | ||
<!-- | <!-- | ||
; Man-Page | ; Man-Page | ||
| Zeile 49: | Zeile 86: | ||
--> | --> | ||
== Links == | === Links === | ||
=== Projekt === | ==== Projekt ==== | ||
=== Weblinks === | ==== Weblinks ==== | ||
<!-- | <!-- | ||
| Zeile 57: | Zeile 94: | ||
{{DISPLAYTITLE:new}} | {{DISPLAYTITLE:new}} | ||
--> | --> | ||
[[Kategorie:new]] | |||
</noinclude> | |||
= TMP = | |||
'''DNS/SPF''' - SPF + DK + DKIM with Postfix | |||
== Beschreibung == | |||
SPF, DK und DKIM mit Postfix | |||
* einrichtet | |||
* testen | |||
== Postfix installieren == | |||
apt install postfix | |||
== SPF == | |||
[[Sender Policy Framework]] | |||
== [[DomainKeys]] == | |||
== [[DKIM]] == | |||
== Test == | |||
[[DNS/SPF/Test]] | |||
[[Kategorie:DNS]] | [[Kategorie:DNS]] | ||
Version vom 8. August 2026, 08:56 Uhr
DNS/SPF
Beschreibung
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
TMP
DNS/SPF - SPF + DK + DKIM with Postfix
Beschreibung
SPF, DK und DKIM mit Postfix
- einrichtet
- testen
Postfix installieren
apt install postfix
SPF
Test