From ddba8dbb79205c8ceadd962057996d9e71dc918d Mon Sep 17 00:00:00 2001 From: Evelyn Date: Thu, 10 Aug 2023 23:02:23 +0200 Subject: [PATCH 1/4] Update goentri.com.sendmarc.json --- goentri.com.sendmarc.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/goentri.com.sendmarc.json b/goentri.com.sendmarc.json index e4e9da89..55704237 100644 --- a/goentri.com.sendmarc.json +++ b/goentri.com.sendmarc.json @@ -3,7 +3,7 @@ "providerName": "Entri", "serviceId": "sendmarc", "serviceName": "Sendmarc", - "version": 1, + "version": 3, "logoUrl": "https://cdn.goentri.com/logo.svg", "description": "Allows user to easily set up dkim record using Entri", "syncPubKeyDomain": "goentri.com", @@ -20,10 +20,14 @@ "ttl": 3600 }, { - "type": "SPFM", + "data": "v=spf1 redirect=%thirdPartyDomain%", "host": "@", - "groupId": "a2", - "spfRules": "include:%thirdPartyDomain%" + "ttl": 3600, + "type": "TXT", + "txtConflictMatchingMode": "Prefix", + "txtConflictMatchingPrefix": "v=spf1", + "essential": "OnApply", + "groupId": "a2" } ] } \ No newline at end of file From 94f82db37d582b43429a8e22c331e3aacff0ffc2 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Thu, 10 Aug 2023 23:19:41 +0200 Subject: [PATCH 2/4] Update goentri.com.sendmarc.json --- goentri.com.sendmarc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goentri.com.sendmarc.json b/goentri.com.sendmarc.json index 55704237..a57c6169 100644 --- a/goentri.com.sendmarc.json +++ b/goentri.com.sendmarc.json @@ -22,12 +22,12 @@ { "data": "v=spf1 redirect=%thirdPartyDomain%", "host": "@", + "groupId": "a2", "ttl": 3600, "type": "TXT", "txtConflictMatchingMode": "Prefix", "txtConflictMatchingPrefix": "v=spf1", - "essential": "OnApply", - "groupId": "a2" + "essential": "OnApply" } ] } \ No newline at end of file From e8a865258af5e7f217cfdd6ab038eecc295d75a6 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Thu, 10 Aug 2023 23:20:16 +0200 Subject: [PATCH 3/4] Revert "Update goentri.com.sendmarc.json" This reverts commit 94f82db37d582b43429a8e22c331e3aacff0ffc2. --- goentri.com.sendmarc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goentri.com.sendmarc.json b/goentri.com.sendmarc.json index a57c6169..55704237 100644 --- a/goentri.com.sendmarc.json +++ b/goentri.com.sendmarc.json @@ -22,12 +22,12 @@ { "data": "v=spf1 redirect=%thirdPartyDomain%", "host": "@", - "groupId": "a2", "ttl": 3600, "type": "TXT", "txtConflictMatchingMode": "Prefix", "txtConflictMatchingPrefix": "v=spf1", - "essential": "OnApply" + "essential": "OnApply", + "groupId": "a2" } ] } \ No newline at end of file From 7b01b3bdd90ecbb4eb6c91ab5db2b839b45ee530 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 11 Aug 2023 18:02:09 +0200 Subject: [PATCH 4/4] Update goentri.com.sendmarc.json --- goentri.com.sendmarc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/goentri.com.sendmarc.json b/goentri.com.sendmarc.json index 071e5df9..8e00bce8 100644 --- a/goentri.com.sendmarc.json +++ b/goentri.com.sendmarc.json @@ -29,5 +29,6 @@ "txtConflictMatchingPrefix": "v=spf1", "essential": "OnApply", "groupId": "a2" + } ] } \ No newline at end of file