Überarbeite DNS-Hinweise
This commit is contained in:
parent
1e5d2d1105
commit
6ee49aa312
4 changed files with 19 additions and 17 deletions
|
@ -29,10 +29,10 @@ und erläutere kurz dein Anliegen.
|
|||
### MX-Eintrag
|
||||
Mittels des [MX Resource Records](https://de.wikipedia.org/wiki/MX_Resource_Record) wird festgelegt, welcher Mailserver für eine Maildomain zuständig ist.
|
||||
Folgender MX-Eintrag muss für deine Domain angelegt werden:
|
||||
- Record-Type: MX
|
||||
- Inhalt: `mx-hosting.senselab.org.`
|
||||
- Priorität: 20
|
||||
- TTL: 86400
|
||||
|
||||
| Typ | Priorität | TTL | Ziel |
|
||||
|--|--|--|--|
|
||||
| MX | 10 | 864000 | mx-hosting.senselab.org. |
|
||||
|
||||
### SPF-Eintrag
|
||||
|
||||
|
@ -48,19 +48,20 @@ Folgender MX-Eintrag muss für deine Domain angelegt werden:
|
|||
|
||||
### Autoconfig-Eintrag
|
||||
Der Kontoassistent von Thunderbird kann dein E-Mailkonto automatisch einrichten. Voraussetzung ist ein entsprechender Eintrag im DNS:
|
||||
- Record-Type: CNAME (Alias)
|
||||
- Record-Name: autoconfig.example.org
|
||||
- Alias: mail.senselab.org.
|
||||
|
||||
| Typ | Name | Inhalt |
|
||||
|--|--|--|
|
||||
| CNAME | autoconfig | mail.senselab.org. |
|
||||
|
||||
### SRV-Eintrag
|
||||
Einige Mailprogramme (bspw. [Claws Mail](https://claws-mail.org)) unterstützen die automatische Einrichtung von E-Mailkonten per
|
||||
[SRV Resource Record](https://de.wikipedia.org/wiki/SRV_Resource_Record). Deine SRV-Einträge müssen nach folgendem Muster aufgebaut sein:
|
||||
|
||||
| Name | Priorität | Gewichtung | Port | Server |
|
||||
|------|-----------|------------|------|--------|
|
||||
| `_imaps._tcp.example.org` | 10 | 10 | 993 | `mail.senselab.org.` |
|
||||
| `_pop3s._tcp.example.org` | 10 | 10 | 995 | `mail.senselab.org.` |
|
||||
| `_submission._tcp.example.org` | 10 | 10 | 465 | `mail.senselab.org.` |
|
||||
| Typ | Name | Priorität | Gewichtung | Port | Ziel |
|
||||
|--|--|--|--|--|--|
|
||||
| SRV | _imaps._tcp | 10 | 10 | 993 | mail.senselab.org. |
|
||||
| SRV | _pop3s._tcp | 10 | 10 | 995 | mail.senselab.org. |
|
||||
| SRV | _submission._tcp | 10 | 10 | 465 | mail.senselab.org. |
|
||||
|
||||
### MTA-STS-Einträge
|
||||
Diese beiden [Einträge](https://de.wikipedia.org/wiki/STARTTLS#MTA-STS) sollen sicher stellen, dass fremde Mailserver nur verschlüsselt mit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue