forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicloud.com.custom_email_domain.json
49 lines (49 loc) · 1.12 KB
/
icloud.com.custom_email_domain.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
{
"providerId":"icloud.com",
"providerName":"iCloud",
"serviceId":"custom_email_domain",
"serviceName":"Custom Email Domain",
"version": 2,
"logoUrl":"",
"description":"This is a template to enable iCloud Custom Email Domain",
"syncPubKeyDomain": "icloudmailadmin.com",
"syncRedirectDomain": "icloud.com",
"records":[
{
"groupId":"icloud-verification",
"type":"TXT",
"host":"@",
"data":"%icloud_token%",
"ttl":3600
},
{
"groupId":"icloud-spf",
"type":"SPFM",
"host":"@",
"spfRules":"%spfm_data%"
},
{
"groupId":"icloud-mx1",
"type":"MX",
"host":"@",
"pointsTo":"%mx1_data%",
"priority":10,
"ttl":3600
},
{
"groupId":"icloud-mx2",
"type":"MX",
"host":"@",
"pointsTo":"%mx2_data%",
"priority":10,
"ttl":3600
},
{
"groupId":"icloud-dkim-cname",
"type":"CNAME",
"host":"%dkim_host%",
"pointsTo":"%dkim_data%",
"ttl":3600
}
]
}