forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zoho.com.zmail_hosting.json
58 lines (58 loc) · 1.33 KB
/
zoho.com.zmail_hosting.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
{
"providerId": "zoho.com",
"providerName": "Zoho",
"serviceId": "zmail_hosting",
"serviceName": "Zoho Mail Hosting",
"logoUrl": "https://mailadmin.zoho.com/cpanel/mailimage?filename=zoho-logo.png",
"description": "This is a template to enable mail hosting with zoho",
"variableDescription": "",
"syncBlock": true,
"hostRequired": false,
"version": 1,
"records": [
{
"groupId":"zoho-verification",
"type": "CNAME",
"host": "%cname_host%",
"pointsTo": "%cname_points%",
"ttl": 3600
},
{
"groupId":"zoho-mx",
"type": "MX",
"host": "@",
"pointsTo": "%mx_points%",
"priority": 10,
"ttl": 3600
},
{
"groupId":"zoho-mx2",
"type": "MX",
"host": "@",
"pointsTo": "%mx2_points%",
"priority": 20,
"ttl": 3600
},
{
"groupId":"zoho-mx3",
"type": "MX",
"host": "@",
"pointsTo": "%mx3_points%",
"priority": 50,
"ttl": 3600
},
{
"groupId":"zoho-spf",
"type": "SPFM",
"host": "@",
"spfRules": "%spf_data%"
},
{
"groupId":"zoho-dkim",
"type": "TXT",
"host": "%dkim_host%._domainkey",
"data": "%dkim_data%",
"ttl": 3600
}
]
}