-
Notifications
You must be signed in to change notification settings - Fork 203
/
easydmarc.com.setup.json
81 lines (81 loc) · 1.93 KB
/
easydmarc.com.setup.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"providerId": "easydmarc.com",
"providerName": "EasyDMARC",
"serviceId": "setup",
"serviceName": "EasyDMARC setup",
"version": 2,
"syncRedirectDomain": "easydmarc.com, app.easydmarc.com",
"logoUrl": "https://easydmarc.com/img/wordmark.svg",
"syncPubKeyDomain": "easydmarc.com",
"description": "Your smart DMARC reporting and monitoring platform. Ensure domain-level security and email deliverability with EasyDMARC's DMARC, SPF, DKIM, and BIMI services",
"variableDescription": "Self explanatory in the variable names",
"records": [
{
"groupId": "spf",
"type": "TXT",
"host": "@",
"data": "%spftxt%",
"ttl": 3600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=spf1"
},
{
"groupId": "dmarc",
"type": "CNAME",
"host": "_dmarc",
"pointsTo": "%dmarc%",
"ttl": 3600
},
{
"groupId": "dmarc_raw",
"type": "TXT",
"host": "_dmarc",
"data": "%dmarctxt%",
"ttl": 3600,
"txtConflictMatchingMode": "All"
},
{
"groupId": "bimi",
"type": "CNAME",
"host": "default._bimi",
"pointsTo": "%bimi%",
"ttl": 3600
},
{
"groupId": "bimi_raw",
"type": "TXT",
"host": "default._bimi",
"data": "%bimitxt%",
"ttl": 3600,
"txtConflictMatchingMode": "All"
},
{
"groupId": "mta-sts_underscore",
"type": "CNAME",
"host": "_mta-sts",
"pointsTo": "%mta_sts_underscore%",
"ttl": 600
},
{
"groupId": "mta-sts",
"type": "CNAME",
"host": "mta-sts",
"pointsTo": "%mta_sts%",
"ttl": 3600
},
{
"groupId": "sts",
"type": "CNAME",
"host": "_smtp-tlsrpt",
"pointsTo": "%smtp_tls%",
"ttl": 3600
},
{
"groupId": "tlsrpt",
"type": "CNAME",
"host": "_smtp._tls",
"pointsTo": "%tlsrpt%",
"ttl": 3600
}
]
}