From 71a27d2a3590b74d784feeb90dd6c9f8d6be0277 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 23 Mar 2024 11:25:01 +0100 Subject: [PATCH] SPF: explain what should the zone have in order to work. --- src/App/Text/Explanations.purs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Text/Explanations.purs b/src/App/Text/Explanations.purs index 962c3f2..14361f7 100644 --- a/src/App/Text/Explanations.purs +++ b/src/App/Text/Explanations.purs @@ -98,6 +98,7 @@ spf_introduction = [ HH.u_ [HH.text "Advice for novice users"] , HH.text """ : default values should work great with simple domains. + Make sure to have a MX record, which should be pointing to an A or AAAA record, and that will do it. 🥳 """ ] ]