Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Sendmarc template #286

Merged
merged 4 commits into from
Nov 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create sendmarc template
  • Loading branch information
lyallsv committed Nov 1, 2022
commit 8f5bfba3877ddf37727c3dee5a795f33d659ab2d
104 changes: 104 additions & 0 deletions sendmarc.com.protection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"providerId": "sendmarc.com",
"providerName": "Sendmarc",
"serviceId": "protection",
"serviceName": "Sendmarc Email Security",
"version": 1,
"syncRedirectDomain": "sendmarc.com",
"logoUrl": "https://portal.sendmarc.com/img/light-bg-transparent.svg",
"syncPubKeyDomain": "domainconnect.sendmarc.com",
"warnPhishing": true,
"description": "Stop cyber-criminals from sending email using your domain and protect your customers, suppliers and employees from attacks.",
"variableDescription": "Self explanatory in the variable names",
"records": [
{
"groupId": "dmarc",
"type": "CNAME",
"host": "_dmarc",
"pointsTo": "%dmarc%",
"ttl": 3600
},
{
"groupId": "spf",
pawel-kow marked this conversation as resolved.
Show resolved Hide resolved
"type": "TXT",
"host": "@",
"data": "%spf%",
"ttl": 3600
},
{
"groupId": "sts",
"type": "CNAME",
"host": "_mta-sts",
"pointsTo": "%_mta_sts%",
"ttl": 600
},
{
"groupId": "sts",
"type": "CNAME",
"host": "mta-sts",
"pointsTo": "%mta_sts%",
"ttl": 3600
},
{
"groupId": "sts",
"type": "CNAME",
"host": "_smtp-tlsrpt",
"pointsTo": "%smtp_tls%",
"ttl": 3600
},
{
"groupId": "dkim",
"type": "NS",
"host": "_domainkey",
"pointsTo": "%domainkey_1%",
"ttl": 3600
},{
"groupId": "dkim",
"type": "NS",
"host": "_domainkey",
"pointsTo": "%domainkey_2%",
"ttl": 3600
},
{
"groupId": "dkim",
"type": "NS",
"host": "_domainkey",
"pointsTo": "%domainkey_3%",
"ttl": 3600
},
{
"groupId": "dkim",
"type": "NS",
"host": "_domainkey",
"pointsTo": "%domainkey_4%",
"ttl": 3600
},
{
"groupId": "bimi",
"type": "NS",
"host": "_bimi",
"pointsTo": "%bimi_1%",
"ttl": 3600
},{
"groupId": "bimi",
"type": "NS",
"host": "_bimi",
"pointsTo": "%bimi_2%",
"ttl": 3600
},
{
"groupId": "bimi",
"type": "NS",
"host": "_bimi",
"pointsTo": "%bimi_3%",
"ttl": 3600
},
{
"groupId": "bimi",
"type": "NS",
"host": "_bimi",
"pointsTo": "%bimi_4%",
"ttl": 3600
}
]
}