From edaab625f623f96097641f4c6ce34c033d62bc2b Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:19:28 +0530 Subject: [PATCH 1/5] complete rest of zoho mail configs --- domains/alvin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/alvin.json b/domains/alvin.json index 7ff14d01e..6fc083510 100644 --- a/domains/alvin.json +++ b/domains/alvin.json @@ -4,12 +4,12 @@ "discord": "825382504353234954" }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], "A": ["76.76.21.21"], "TXT": [ "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM", - "v=spf1 include:spf.improvmx.com ~all", - "zoho-verification=zb86503883.zmverify.zoho.in" + "v=spf1 include:zohomail.in ~all", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTImPOYaxPGWFkA/Xb2u9/8xvjXBVrV3lMm5UWbtXEIwIOlmQhbtLMvQMgBYMJ5o5VKY2fGejoJKU1oiXAgoKfbmaXt/LI+YbegEZGV5j60VeBxZByKAzqqq+QS2Y2FCTm4ylSeNpEXIn5TUF7NxeOTOX663WDQcywVzlMAGjiGwIDAQAB" ] } } From 81880aea522d5e9250bef2861784d2698a9d0b1d Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:23:27 +0530 Subject: [PATCH 2/5] add zoho verification string back idk if its needed anymore --- domains/alvin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/alvin.json b/domains/alvin.json index 6fc083510..b002fb3c9 100644 --- a/domains/alvin.json +++ b/domains/alvin.json @@ -9,6 +9,7 @@ "TXT": [ "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM", "v=spf1 include:zohomail.in ~all", + "zoho-verification=zb86503883.zmverify.zoho.in", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTImPOYaxPGWFkA/Xb2u9/8xvjXBVrV3lMm5UWbtXEIwIOlmQhbtLMvQMgBYMJ5o5VKY2fGejoJKU1oiXAgoKfbmaXt/LI+YbegEZGV5j60VeBxZByKAzqqq+QS2Y2FCTm4ylSeNpEXIn5TUF7NxeOTOX663WDQcywVzlMAGjiGwIDAQAB" ] } From 2bcad7a47fde5c821c66fbb23619c9c3e2977ab8 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:29:01 +0530 Subject: [PATCH 3/5] Create zmail._domainkey.alvin.json --- domains/domains/zmail._domainkey.alvin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/domains/zmail._domainkey.alvin.json diff --git a/domains/domains/zmail._domainkey.alvin.json b/domains/domains/zmail._domainkey.alvin.json new file mode 100644 index 000000000..764252699 --- /dev/null +++ b/domains/domains/zmail._domainkey.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTImPOYaxPGWFkA/Xb2u9/8xvjXBVrV3lMm5UWbtXEIwIOlmQhbtLMvQMgBYMJ5o5VKY2fGejoJKU1oiXAgoKfbmaXt/LI+YbegEZGV5j60VeBxZByKAzqqq+QS2Y2FCTm4ylSeNpEXIn5TUF7NxeOTOX663WDQcywVzlMAGjiGwIDAQAB" + } +} From 9c8dfecc08d3dc784a1f5356caa5434857ce91d7 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:30:15 +0530 Subject: [PATCH 4/5] Rename domains/domains/zmail._domainkey.alvin.json to domains/zmail._domainkey.alvin.json --- domains/{domains => }/zmail._domainkey.alvin.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{domains => }/zmail._domainkey.alvin.json (100%) diff --git a/domains/domains/zmail._domainkey.alvin.json b/domains/zmail._domainkey.alvin.json similarity index 100% rename from domains/domains/zmail._domainkey.alvin.json rename to domains/zmail._domainkey.alvin.json From bc7310dd0e8dae00631a64e19961110c09fac4d1 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:31:04 +0530 Subject: [PATCH 5/5] Update alvin.json --- domains/alvin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/alvin.json b/domains/alvin.json index b002fb3c9..db33e407b 100644 --- a/domains/alvin.json +++ b/domains/alvin.json @@ -9,8 +9,7 @@ "TXT": [ "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM", "v=spf1 include:zohomail.in ~all", - "zoho-verification=zb86503883.zmverify.zoho.in", - "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTImPOYaxPGWFkA/Xb2u9/8xvjXBVrV3lMm5UWbtXEIwIOlmQhbtLMvQMgBYMJ5o5VKY2fGejoJKU1oiXAgoKfbmaXt/LI+YbegEZGV5j60VeBxZByKAzqqq+QS2Y2FCTm4ylSeNpEXIn5TUF7NxeOTOX663WDQcywVzlMAGjiGwIDAQAB" + "zoho-verification=zb86503883.zmverify.zoho.in" ] } }