forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdmarceye.com.dmarceye-setup.json
More file actions
58 lines (58 loc) · 2.05 KB
/
dmarceye.com.dmarceye-setup.json
File metadata and controls
58 lines (58 loc) · 2.05 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"providerId": "dmarceye.com",
"providerName": "DMARCeye",
"serviceId": "dmarceye-setup",
"serviceName": "DMARCeye setup",
"version": 1,
"logoUrl": "https://api.dmarceye.com/logo/light.svg",
"description": "DMARCeye is a guidance-based monitoring and reporting platform that helps organizations with any level of DMARC expertise protect their domains from unauthorized email use and improve deliverability by turning DMARC, SPF, DKIM, and BIMI signals into clear, domain-specific next steps. MCP support included.",
"variableDescription": "%spfRules%: space-separated SPF mechanisms and modifiers for SPFM merge (without the leading \"v=spf1\" version tag and without the final \"all\" mechanism), %spfDomain%: DNS host/name where the SPF policy is managed, %dmarctxt%: DMARC TXT policy, %bimitxt%: BIMI TXT record, %mta_sts_txt%: MTA-STS TXT policy, %tlsrpt%: TLS reporting TXT value",
"syncPubKeyDomain": "app.dmarceye.com",
"syncRedirectDomain": "dmarceye.com,app.dmarceye.com",
"records": [
{
"type": "SPFM",
"groupId": "spf",
"host": "%spfDomain%",
"ttl": "3600",
"spfRules": "%spfRules%"
},
{
"type": "TXT",
"groupId": "dmarc",
"essential": "OnApply",
"host": "_dmarc",
"ttl": "3600",
"data": "%dmarctxt%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1"
},
{
"type": "TXT",
"groupId": "bimi",
"host": "default._bimi",
"ttl": "3600",
"data": "%bimitxt%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=BIMI1"
},
{
"type": "TXT",
"groupId": "mta-sts",
"host": "_mta-sts",
"ttl": "600",
"data": "%mta_sts_txt%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=STSv1"
},
{
"type": "TXT",
"groupId": "tlsrpt",
"host": "_smtp._tls",
"ttl": "3600",
"data": "%tlsrpt%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=TLSRPTv1"
}
]
}