From 8e6a765b70065ba76579832a4ebde519f3b67d8e Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 10 Nov 2024 14:13:18 +0900 Subject: [PATCH] Update docs/configuring-dns.md: switch the order of TXT and MX moogle for Postmoogle Signed-off-by: Suguru Hirahara --- docs/configuring-dns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-dns.md b/docs/configuring-dns.md index 2dff91e01..a3ac100d4 100644 --- a/docs/configuring-dns.md +++ b/docs/configuring-dns.md @@ -69,9 +69,9 @@ To make the ma1sd Identity Server (which this playbook may optionally install fo When setting up a SRV record, if you are asked for a service and protocol instead of a hostname split the host value from the table where the period is. For example use service as `_matrix-identity` and protocol as `_tcp`. -### TXT and MX records for Postmoogle +### MX and TXT records for Postmoogle -To make the [postmoogle](configuring-playbook-bridge-postmoogle.md) email bridge enable its email sending features, you need to configure SPF (TXT), DMARC (TXT), DKIM (TXT) and MX records. See the table above for values which need to be specified. +To make the [postmoogle](configuring-playbook-bridge-postmoogle.md) email bridge enable its email sending features, you need to configure MX, SPF (TXT), DMARC (TXT) and DKIM (TXT) records. See the table above for values which need to be specified. ---------------------------------------------