forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmymangomail.com.email.json
84 lines (75 loc) · 1.82 KB
/
mymangomail.com.email.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
{
"providerId":"mymangomail.com",
"providerName":"Mango Mail",
"serviceId":"email",
"serviceName":"Email Setup",
"sharedServiceName": true,
"version":1,
"logoUrl":"https://mymangomail.com/assets/mango-domain-connect-logo.png",
"description":"Set up the necessary records to enable Mango Mail email hosting",
"variableDescription":"verification: Unique identifier to validate domain ownership",
"syncBlock": false,
"syncPubKeyDomain": "mymangomail.com",
"records":[
{
"groupId":"setup",
"type":"TXT",
"host":"@",
"data":"mail-host-verify=%verification%",
"ttl":3600
},
{
"groupId":"setup",
"type":"SPFM",
"host":"@",
"spfRules":"include:spf.mymangomail.com",
"ttl":3600
},
{
"groupId":"setup",
"type":"TXT",
"host":"_dmarc",
"data":"v=DMARC1; p=quarantine;",
"ttl":3600,
"txtConflictMatchingMode":"All"
},
{
"groupId":"setup",
"type":"CNAME",
"host":"mail._domainkey",
"pointsTo":"mail._domainkey.mymangomail.com",
"ttl":3600
},
{
"groupId":"setup",
"type":"CNAME",
"host":"mta-sts",
"pointsTo":"smtp.mymangomail.com",
"ttl":3600
},
{
"groupId":"setup",
"type":"CNAME",
"host":"autoconfig",
"pointsTo":"autoconfig.mymangomail.com",
"ttl":3600,
"essential":"OnApply"
},
{
"groupId":"setup",
"type":"CNAME",
"host":"autodiscover",
"pointsTo":"autodiscover.mymangomail.com",
"ttl":3600,
"essential":"OnApply"
},
{
"groupId":"setup",
"type":"MX",
"host":"@",
"priority":0,
"pointsTo":"mx1.mymangomail.com",
"ttl":3600
}
]
}