forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddresstwo.com.mailgun.json
More file actions
41 lines (41 loc) · 1.1 KB
/
Copy pathaddresstwo.com.mailgun.json
File metadata and controls
41 lines (41 loc) · 1.1 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
35
36
37
38
39
40
41
{
"providerId": "addresstwo.com",
"providerName": "AddressTwo",
"serviceId": "mailgun",
"serviceName": "Email Verification",
"version": 2,
"logoUrl": "https://app.addresstwo.com/assets/images/adTwoAccessBarLogo.png",
"description": "Automatically configures DNS records so your domain can send and receive email via Mailgun.",
"syncBlock": false,
"syncPubKeyDomain": "cdn.addresstwo.com",
"syncRedirectDomain": "addresstwo.com",
"variableDescription": "%dkimValue%: Full DKIM TXT record value; %dkimSelector%: Full DKIM Selector value",
"records": [
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailgun.org",
"ttl": 3600
},
{
"type": "TXT",
"host": "%dkimSelector%._domainkey",
"data": "%dkimValue%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "a2email",
"pointsTo": "mailgun.org",
"ttl": 3600
},
{
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none;",
"ttl": 3600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1"
}
]
}