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 mailchimp.com.email-signing.json #451

Merged
merged 3 commits into from
Oct 25, 2023
Merged
Changes from 2 commits
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
34 changes: 34 additions & 0 deletions mailchimp.com.email-signing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"providerId": "mailchimp.com",
"providerName": "Intuit Mailchimp",
"serviceId": "email-signing",
"serviceName": "Intuit Mailchimp Email Signing",
"version": 1,
"logoUrl": "https://cdn-images.mailchimp.com/product/brand_assets/logos/mc-freddie-dark.svg",
"syncPubKeyDomain": "mailchimp.com",
"description": "Configures DNS records for Mailchimp email signing",
"variableDescription": "sel1/sel2 are selector values; host1/host2 are the hosts we want the CNAMEs to point to. data is what the DMARC TXT is set to.",
"records": [
{
"groupId": "dkim",
"type": "CNAME",
"host": "%sel1%._domainkey",
"pointsTo": "%host1%",
"ttl": 3600
},
{
"groupId": "dkim",
"type": "CNAME",
"host": "%sel2%._domainkey",
"pointsTo": "%host2%",
"ttl": 3600
},
{
"groupId": "dmarc",
"type": "TXT",
"host": "_dmarc",
pawel-kow marked this conversation as resolved.
Show resolved Hide resolved
"data": "%data%",
"ttl": 3600
}
]
}