From b62b9463865f35414cc560801462fd29e772f1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 28 Dec 2023 14:51:51 +0100 Subject: [PATCH] add dkim to ms365 groups domain --- dnsconfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnsconfig.js b/dnsconfig.js index 52e252e..3832ef2 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -62,6 +62,8 @@ D("tormakristof.eu", REG_NONE, CNAME('enterpriseenrollment.groups', 'enterpriseenrollment.manage.microsoft.com.'), CNAME('selector1._domainkey','selector1-tormakristof-eu._domainkey.tormakristof.onmicrosoft.com.'), CNAME('selector2._domainkey','selector2-tormakristof-eu._domainkey.tormakristof.onmicrosoft.com.'), + CNAME('selector1._domainkey.groups','selector1-groups-tormakristof-eu._domainkey.tormakristof.onmicrosoft.com.'), + CNAME('selector2._domainkey.groups','selector2-groups-tormakristof-eu._domainkey.tormakristof.onmicrosoft.com.'), MX('@', 0, 'tormakristof-eu.mail.protection.outlook.com.'), MX('groups', 0, 'groups-tormakristof-eu.mail.protection.outlook.com.'), TXT('_atproto', 'did=did:plc:esnvw2g6e3lpx6hr7dmpkcy6'),