Beschreibe Einrichtung DKIM per CNAME
This commit is contained in:
parent
2c38f5da18
commit
697855df7f
5 changed files with 12 additions and 7 deletions
|
@ -40,7 +40,7 @@ Folgender MX-Eintrag ist muss für deine Domain angelegt werden:
|
|||
|
||||
### DKIM-Eintrag
|
||||
|
||||
{{< include file="/static/_includes/dkim.md.part" >}}
|
||||
{{< include file="/static/_includes/dkim_kahlo.md.part" >}}
|
||||
|
||||
### DMARC-Eintrag
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ example.org mx2.systemausfall.org 80 86400
|
|||
|
||||
### DKIM-Eintrag
|
||||
|
||||
{{< include file="/static/_includes/dkim.md.part" >}}
|
||||
{{< include file="/static/_includes/dkim_sympa.md.part" >}}
|
||||
|
||||
### DMARC-Eintrag
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
Für die DKIM-Signatur legen wir einen privaten Schlüssel an. Bei deinem Domainanbieter wird der öffentliche Schlüssel in einem TXT-Eintrag im DNS hinterlegt.
|
||||
Diesen musst du bei uns [erfragen](https://systemausfall.org/contact).
|
||||
- Record-Type: TXT
|
||||
- Record-Name: mail._domainkey.example.org
|
||||
- Inhalt: `v=DKIM1; k=rsa; p=MI...`
|
5
static/_includes/dkim_kahlo.md.part
Normal file
5
static/_includes/dkim_kahlo.md.part
Normal file
|
@ -0,0 +1,5 @@
|
|||
Für die DKIM-Signatur legen wir den privaten Schlüssel an. Du musst lediglich darauf von deinem Domainanbieter verweisen,
|
||||
Erstelle dafür einen CNAME-Eintrag:
|
||||
- Record-Type: CNAME
|
||||
- Record-Name: mail._domainkey
|
||||
- Ziel: dkim01.senselab.org
|
5
static/_includes/dkim_sympa.md.part
Normal file
5
static/_includes/dkim_sympa.md.part
Normal file
|
@ -0,0 +1,5 @@
|
|||
Für die DKIM-Signatur legen wir den privaten Schlüssel an. Du musst lediglich darauf von deinem Domainanbieter verweisen,
|
||||
Erstelle dafür einen CNAME-Eintrag:
|
||||
- Record-Type: CNAME
|
||||
- Record-Name: mail._domainkey
|
||||
- Ziel: dkim01.systemausfall.org
|
Loading…
Reference in a new issue