From 7e002f85f198de9d981083418a9dc2be09f17996 Mon Sep 17 00:00:00 2001 From: zvdxc <88501710+zvdxc@users.noreply.github.com> Date: Tue, 28 May 2024 10:03:41 +0200 Subject: [PATCH 1/2] New TXT record because ImprovMX wants it --- domains/mail.zvdxc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/mail.zvdxc.json b/domains/mail.zvdxc.json index e8a7c668c..b0b707c5f 100644 --- a/domains/mail.zvdxc.json +++ b/domains/mail.zvdxc.json @@ -9,5 +9,6 @@ "mx1.improvmx.com", "mx2.improvmx.com" ] + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 42c986a9fd460274dd3c6caff6ab48cd1e9ed333 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 28 May 2024 16:52:33 +0530 Subject: [PATCH 2/2] Update domains/mail.zvdxc.json --- domains/mail.zvdxc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.zvdxc.json b/domains/mail.zvdxc.json index b0b707c5f..fcb327e41 100644 --- a/domains/mail.zvdxc.json +++ b/domains/mail.zvdxc.json @@ -8,7 +8,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } }