Vereinheitliche DNS-Hinweise

This commit is contained in:
phil 2025-02-15 13:55:51 +01:00
parent 6ee49aa312
commit 4edd1c280c
2 changed files with 7 additions and 7 deletions

View file

@ -34,9 +34,9 @@ Die DNS-Einstellungen kannst du in der Weboberfläche deines Domainanbieters vor
Du kannst deine Mailinglisten bequem per Weboberfläche über die Adresse `https://example.com` verwalten. Lege dazu einen so genannten A-Eintrag an:
| Record-Type | Name | Ziel |
| Typ | Name | Ziel |
|--|--|--|
| A | example.org | 51.75.71.249 |
| A | example.org. | 51.75.71.249 |
### MX-Eintrag
@ -44,10 +44,10 @@ Für die Subdomain deiner Wahl musst du einen [MX Resource Record](https://de.wi
Folgende MX-Einträge sind für deine Domain notwendig:
| Record-Type | Name | Priorität |
| Typ | Priorität | Ziel |
|--|--|--|
| MX | mx1.systemausfall.org | 20 |
| MX | mx2.systemausfall.org | 80 |
| MX | 20 | mx1.systemausfall.org. |
| MX | 80 | mx2.systemausfall.org. |
### SPF-Eintrag