From a330f2d84ff6971c02f9ef6140a6b6eb5aebdadf Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:42:39 -0500 Subject: [PATCH] Add SPF to record --- domains/mail.lver.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index f3fee13f6..fb294820b 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -8,6 +8,8 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ] + }, + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }