forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
trustifi.com.dpoo.stage.json
53 lines (53 loc) · 1.64 KB
/
trustifi.com.dpoo.stage.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
{
"providerId": "trustifi.com",
"providerName": "Trustifi",
"serviceId": "dpoo.stage",
"serviceName": "Domain proof of ownership for configuring Trustifi Email Services - Staging",
"version": 1,
"syncPubKeyDomain": "trustifi.com",
"logoUrl": "https://stagetrustifibackend.herokuapp.com/api/o/v1/assets/logo-transparent.png",
"description": "Verifies domain ownership for Trustifi services. See https://trustifi.com for onboarding instructions.",
"variableDescription": "DKIM1/2/3 and TOKEN are the parameters generated by the Amazon SES",
"shared": true,
"sharedProviderName": true,
"warnPhishing": true,
"records": [
{
"type": "MX",
"host": "trustifi",
"pointsTo": "feedback-smtp.us-east-1.amazonses.com",
"priority": 10,
"ttl": 3600
},
{
"type": "TXT",
"host": "_amazonses",
"data": "%TOKEN%",
"ttl": 3600
},
{
"type": "TXT",
"host": "trustifi",
"data": "v=spf1 include:amazonses.com ~all",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%DKIM1%._domainkey",
"pointsTo": "%DKIM1%.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%DKIM2%._domainkey",
"pointsTo": "%DKIM2%.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%DKIM3%._domainkey",
"pointsTo": "%DKIM3%.dkim.amazonses.com",
"ttl": 3600
}
]
}