Skip to content

Commit

Permalink
Create goentri.com.sendmarc.json (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Jul 17, 2023
2 parents b068ecc + 4445283 commit d8925a8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions goentri.com.sendmarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "sendmarc",
"serviceName": "Sendmarc",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "cnamePointsTo is the URL to where the subdomain is pointed and thirdPartyDomain is domain to add to SPF merge ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "_dmarc",
"groupId": "a1",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"groupId": "a2",
"spfRules": "include:%thirdPartyDomain%"
}
]
}

0 comments on commit d8925a8

Please sign in to comment.