forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
microsoft.com.o365.json
111 lines (111 loc) · 2.45 KB
/
microsoft.com.o365.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"providerId": "microsoft.com",
"providerName": "Microsoft",
"serviceId": "O365",
"serviceName": "Microsoft Office 365",
"version": 3,
"logoUrl": "https://domainconnect.org/wp-content/uploads/2016/07/microsoft-300x89.jpg",
"description": "Enables a domain to work with Microsoft Office 365",
"variableDescription": "Self explanatory in the variable names.",
"syncBlock": false,
"shared": true,
"warnPhishing": true,
"syncPubKeyDomain": "portal.office.com",
"syncRedirectDomain": "",
"records": [
{
"groupId": "Login",
"type": "CNAME",
"host": "email",
"pointsTo": "%LOGINHOST%",
"ttl": 3600
},
{
"groupId": "Outlook",
"type": "MX",
"host": "@",
"pointsTo": "%MX%",
"priority": 0,
"ttl": 3600
},
{
"groupId": "Outlook",
"type": "CNAME",
"host": "autodiscover",
"pointsTo": "%AUTODISCOVER%",
"ttl": 3600
},
{
"groupId": "Outlook",
"type": "SPFM",
"host": "@",
"spfRules": "%SPFRULES%"
},
{
"groupId": "Skype",
"type": "CNAME",
"host": "sip",
"pointsTo": "%SIP%",
"ttl": 3600
},
{
"groupId": "Skype",
"type": "CNAME",
"host": "lyncdiscover",
"pointsTo": "%LYNCDISCOVER%",
"ttl": 3600
},
{
"groupId": "Skype",
"type": "SRV",
"service": "_sip",
"protocol": "_tls",
"port": 443,
"weight": 1,
"priority": 100,
"name": "@",
"target": "%SIPDIR%",
"ttl": 3600
},
{
"groupId": "Skype",
"type": "SRV",
"service": "_sipfederationtls",
"protocol": "_tcp",
"port": 5061,
"weight": 1,
"priority": 100,
"name": "@",
"target": "%SIPFED%",
"ttl": 3600
},
{
"groupId": "MDM",
"type": "CNAME",
"host": "enterpriseregistration",
"pointsTo": "%ENTREG%",
"ttl": 3600
},
{
"groupId": "MDM",
"type": "CNAME",
"host": "enterpriseenrollment",
"pointsTo": "%ENTENROLL%",
"ttl": 3600
},
{
"groupId": "Auth",
"type": "CNAME",
"host": "msoid",
"pointsTo": "%MSOID%",
"ttl": 3600
},
{
"groupId": "Verification",
"type": "TXT",
"host": "@",
"data": "%VERIFYTXT%",
"ttl": 3600
}
]
}