forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pblin.net.email.json
55 lines (55 loc) · 1.29 KB
/
pblin.net.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
{
"providerId": "pblin.net",
"providerName": "Public Internet",
"serviceId": "email",
"serviceName": "Public Internet Email Hosting",
"version": 1,
"syncPubKeyDomain": "pblin.net",
"syncRedirectDomain": "public-internet.co.uk,pblin.net",
"logoUrl": "https://www.public-internet.co.uk/images/site-logo-2020.svg",
"description": "Enables a domain to work with Public Internet email hosting",
"records": [{
"type": "MX",
"host": "@",
"pointsTo": "mx01.mail.pblin.net",
"priority": 10,
"ttl": 86400
},
{
"type": "MX",
"host": "@",
"pointsTo": "mx02.mail.pblin.net",
"priority": 10,
"ttl": 86400
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:_spf.pblin.net",
"ttl": 86400
},
{
"type": "CNAME",
"host": "pblin1._domainkey",
"pointsTo": "pblin1.dkim.mail.pblin.net",
"ttl": 86400
},
{
"type": "CNAME",
"host": "pblin2._domainkey",
"pointsTo": "pblin2.dkim.mail.pblin.net",
"ttl": 86400
},
{
"type": "SRV",
"service": "_autodiscover",
"protocol": "_tcp",
"name": "",
"target": "autodiscover.mail.pblin.net",
"priority": 0,
"weight": 0,
"port": 443,
"ttl": 86400
}
]
}