From 61c399ff67e66dffb1c1520180e7087ef160ce9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Br=C3=A4hler?= <58339175+antebrl@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:57:00 +0200 Subject: [PATCH] Update ante.json --- domains/ante.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/domains/ante.json b/domains/ante.json index 9e43bea5c..0f8833e92 100644 --- a/domains/ante.json +++ b/domains/ante.json @@ -5,9 +5,24 @@ }, "record": { "A": ["130.61.108.36"], + "MX": [ + { + "target": "mx.zoho.eu", + "priority": 10 + }, + { + "target": "mx2.zoho.eu", + "priority": 20 + }, + { + "target": "mx3.zoho.eu", + "priority": 50 + } + ], "TXT": [ "dh=6d109bce7d0aeacdc4a573c959d85a778d239527", - "zoho-verification=zb08689376.zmverify.zoho.eu" + "zoho-verification=zb08689376.zmverify.zoho.eu", + "v=spf1 include:zohomail.eu ~all" ] } }