From 3b712931e457f4ff28f7cfe58691b625f4772ab3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 1 Nov 2019 17:19:01 +0100 Subject: Suggest the same priority for all MX records. That's also what we have for fripost.org. MX:es are used in a Round-Robin fashion. --- e-post/doman.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-post/doman.mdwn') diff --git a/e-post/doman.mdwn b/e-post/doman.mdwn index 2cce8d6..2a5831b 100644 --- a/e-post/doman.mdwn +++ b/e-post/doman.mdwn @@ -36,7 +36,7 @@ Hur gör man? Subdomän Typ TTL Data @ MX 7200 5 mx1.fripost.org. - @ MX 7200 10 mx2.fripost.org. + @ MX 7200 5 mx2.fripost.org. Ombudet där domänen köptes har troligen detaljerade instruktioner för hur just deras tjänst ska konfigureras på sin hemsida. Det kan dröja upp till 48 timmar efter att man har ändrat sina MX-poster innan de propagerats över hela Internet. -- cgit v1.2.3 From 33e2114339219e0947ccb50ffb2b9f00edaa83c1 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 1 Nov 2019 17:52:10 +0100 Subject: DKIM: clarify policy for dedicated DKIM key material. --- e-post/doman.mdwn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'e-post/doman.mdwn') diff --git a/e-post/doman.mdwn b/e-post/doman.mdwn index 2a5831b..b7b8543 100644 --- a/e-post/doman.mdwn +++ b/e-post/doman.mdwn @@ -168,8 +168,12 @@ receiver's mail client might emphasize that your messages are signed by Fripost's key and not your own (GMail [surely does](https://support.google.com/mail/answer/1311182), for instance). This doesn't really disclose anything as our domain can be -found in the mail header anyway, but if you prefer to have your own key -drop us a line, we will find something out. +found in the mail header anyway, but feel free to drop us a line if you +prefer to have a dedicated key pair for your domain. +(In that case we'll generate the key material ourselves, and +[*publish*](https://git.fripost.org/fripost-ansible/tree/certs/dkim) its +public part, as well as the signing domain identifier and selector used +in the `DKIM-Signature` header field.) Should I publish a SPF (Sender Policy Framework) record for my domain? ---------------------------------------------------------------------- -- cgit v1.2.3