forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
google.com.gmail-setup.json
62 lines (62 loc) · 1.23 KB
/
google.com.gmail-setup.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
59
60
61
62
{
"providerId":"google.com",
"providerName":"Google",
"serviceId":"gmail-setup",
"serviceName":"Gmail Setup",
"sharedServiceName": true,
"version":3,
"logoUrl":"",
"description":"Setup the MX records to enable Gmail",
"variableDescription":"Unique SPF rule",
"syncBlock": false,
"syncPubKeyDomain": "google.com",
"records":[
{
"groupId":"setup",
"type":"MX",
"host":"@",
"priority":1,
"pointsTo":"ASPMX.L.GOOGLE.COM",
"ttl":3600
},
{
"groupId":"setup",
"type":"MX",
"host":"@",
"priority":5,
"pointsTo":"ALT1.ASPMX.L.GOOGLE.COM",
"ttl":3600
},
{
"groupId":"setup",
"type":"MX",
"host":"@",
"priority":5,
"pointsTo":"ALT2.ASPMX.L.GOOGLE.COM",
"ttl":3600
},
{
"groupId":"setup",
"type":"MX",
"host":"@",
"priority":10,
"pointsTo":"ALT3.ASPMX.L.GOOGLE.COM",
"ttl":3600
},
{
"groupId":"setup",
"type":"MX",
"host":"@",
"priority":10,
"pointsTo":"ALT4.ASPMX.L.GOOGLE.COM",
"ttl":3600
},
{
"groupId":"setup",
"type":"SPFM",
"host":"@",
"spfRules":"%spfrule%",
"ttl":3600
}
]
}