forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertdashboard.cloud.mail.json
More file actions
34 lines (34 loc) · 934 Bytes
/
certdashboard.cloud.mail.json
File metadata and controls
34 lines (34 loc) · 934 Bytes
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
{
"providerId": "certdashboard.cloud",
"providerName": "CertDashboard",
"serviceId": "mail",
"serviceName": "CertDashboard Site mail records",
"version": 1,
"logoUrl": "https://res.cloudinary.com/dy94cdmsp/image/upload/v1754392054/svgviewer-output_yinzzk.svg",
"description": "Enable domain to work with the CertDashboard by configuring the necessary MX ,SPFM and TXT SSL records.",
"variableDescription": "MXTarget: refers to the target for MX, SPFMRules: represents SPMF rules, TXTValue: refers to txt record value.",
"syncBlock": false,
"syncPubKeyDomain": "certdashboard.cloud",
"syncRedirectDomain": "certdashboard.cloud",
"records": [
{
"type": "MX",
"host": "@",
"pointsTo": "%MXTarget%",
"ttl": 3600,
"priority": 10
},
{
"type": "SPFM",
"host": "@",
"ttl": 3600,
"spfRules": "%SPFMRules%"
},
{
"type": "TXT",
"host": "@",
"ttl": 3600,
"data": "%TXTValue%"
}
]
}