forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrolve.com.email.json
More file actions
66 lines (66 loc) · 1.47 KB
/
brolve.com.email.json
File metadata and controls
66 lines (66 loc) · 1.47 KB
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
{
"providerId": "brolve.com",
"providerName": "Brolve",
"serviceId": "email",
"serviceName": "Brolve Email Hosting",
"version": 1,
"syncPubKeyDomain": "brolve.com",
"syncRedirectDomain": "brolve.com",
"logoUrl": "https://brolve.com/favicon.ico",
"description": "Enables you to create a professional email",
"variableDescription": "emailverification is the verification code for the email service, workspaceVerification is the verification code for workspace service",
"records": [
{
"type": "MX",
"host": "@",
"pointsTo": "mx1.mxfilter.net",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mx2.mxfilter.net",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mx3.mxfilter.net",
"priority": 20,
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mx4.mxfilter.net",
"priority": 20,
"ttl": 3600
},
{
"type": "CNAME",
"host": "autodiscover",
"pointsTo": "eu1.workspace.org",
"ttl": 3600
},
{
"type": "CNAME",
"host": "mail",
"pointsTo": "eu1.workspace.org",
"ttl": 3600
},
{
"type": "TXT",
"host": "workspace-verification",
"data": "%workspaceVerification%",
"ttl": 3600
},
{
"type": "TXT",
"host": "@",
"data": "%emailverification%",
"ttl": 3600
}
]
}