add TL;DR DNS config

This commit is contained in:
Aine 2022-09-08 09:36:33 +03:00
parent a608fffea8
commit daeb72aa58
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -65,6 +65,16 @@ You can find default values in [config/defaults.go](config/defaults.go)
The following configuration is needed only if you want to send outgoing emails via Postmoogle (it's not necessary if you only want to receive emails). The following configuration is needed only if you want to send outgoing emails via Postmoogle (it's not necessary if you only want to receive emails).
<details>
<summary>TL;DR</summary>
1. Configure DMARC record
2. Configure SPF record
3. Configure MX record
4. Configure DKIM record (use `!pm dkim`)
</details>
**First**, add a new DMARC DNS record of the `TXT` type for subdomain `_dmarc` with a proper policy. The simplest policy you can use is: `v=DMARC1; p=quarantine;`. **First**, add a new DMARC DNS record of the `TXT` type for subdomain `_dmarc` with a proper policy. The simplest policy you can use is: `v=DMARC1; p=quarantine;`.
<details> <details>