forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plesk.com.mail.json
43 lines (43 loc) · 932 Bytes
/
plesk.com.mail.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
{
"providerId": "plesk.com",
"providerName": "Plesk",
"serviceId": "mail",
"serviceName": "E-mail Hosting on Plesk",
"version": 1,
"warnPhishing": true,
"logoUrl": "https://www.plesk.com/wp-content/themes/plesk/images/plesk_logo_144x144_black.png",
"description": "Enables a mail hosting on the server powered by Plesk.",
"variableDescription": "ip is the IP address of the server.",
"records": [
{
"type": "MX",
"pointsTo": "mail.@",
"host": "@",
"priority": 10,
"ttl": 600
},
{
"type": "A",
"host": "mail",
"pointsTo": "%ip%",
"ttl": 600
},
{
"type": "A",
"host": "webmail",
"pointsTo": "%ip%",
"ttl": 600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "%spfrules%"
},
{
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none",
"ttl": 600
}
]
}