forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcaskstack.com.email-auth.json
More file actions
34 lines (34 loc) · 1.13 KB
/
Copy pathcaskstack.com.email-auth.json
File metadata and controls
34 lines (34 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"providerId": "caskstack.com",
"providerName": "CaskStack",
"serviceId": "email-auth",
"serviceName": "CaskStack Email Authentication",
"version": 1,
"logoUrl": "https://caskstack.com/favicon.svg",
"description": "Configure SPF, DKIM, and DMARC TXT records automatically to authenticate CaskStack as an authorized sender for your domain.",
"syncRedirectDomain": "caskstack.com",
"syncPubKeyDomain": "caskstack.com",
"records": [
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailgun.org include:postmarkapp.com",
"ttl": 3600
},
{
"type": "TXT",
"host": "krs._domainkey",
"data": "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3sDFN2v0Xf5zN9Z41XvK8W09u+Bpy6n4tMhG6O2R62bZ7p6fXzN9Z41XvK8W09u+Bpy6n4tMhG6O2R62bZ7p6fXzN9Z41XvK8W09u+Bpy6n4tMhG6O2R62bZ7p6fXzN9Z41XvK8W09u+Bpy6n4t",
"ttl": 3600
},
{
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none; pct=100; rua=mailto:dmarc@%domain%",
"ttl": 3600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1",
"essential": "OnApply"
}
]
}