forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fraudmarc.com.mail.json
54 lines (54 loc) · 1.22 KB
/
fraudmarc.com.mail.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
{
"providerId": "fraudmarc.com",
"providerName": "Fraudmarc",
"serviceId": "mail",
"serviceName": "Fraudmarc Email Security",
"version": 1,
"logoUrl": "https://domainconnect.org/wp-content/uploads/2017/08/fraudmarc-logo-onLight-300x55.png",
"description": "Enables Fraudmarc security and ESP Authentication Flow on a domain",
"variableDescription": "id is the customer id, spftxt is the spf record",
"records": [
{
"type": "NS",
"host": "_domainkey",
"pointsTo": "ns%id%.fdmarc.net",
"ttl": 3600
},
{
"type": "CNAME",
"host": "_dmarc",
"pointsTo": "_d%id%.fdmarc.net",
"ttl": 3600
},
{
"type": "CNAME",
"host": "_mta-sts",
"pointsTo": "_ms%id%.fdmarc.net",
"ttl": 600
},
{
"type": "CNAME",
"host": "mta-sts",
"pointsTo": "ms%id%.fdmarc.net",
"ttl": 3600
},
{
"type": "CNAME",
"host": "_smtp-tlsrpt",
"pointsTo": "_st%id%.fdmarc.net",
"ttl": 3600
},
{
"type": "TXT",
"host": "@",
"data": "%spftxt%",
"ttl": 3600
},
{
"type": "NS",
"host": "fraudmarc",
"pointsTo": "fm%id%.fdmarc.net",
"ttl": 3600
}
]
}