forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrhost.az.email.json
More file actions
21 lines (21 loc) · 1.61 KB
/
Copy pathbrhost.az.email.json
File metadata and controls
21 lines (21 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"providerId": "brhost.az",
"providerName": "BRHost",
"serviceId": "email",
"serviceName": "BRHost Email",
"version": 1,
"logoUrl": "https://brhost.az/brhost-logo.svg",
"description": "BRHost email hosting: MX, SPF, DKIM, DMARC, TLS-RPT and autoconfig records.",
"syncPubKeyDomain": "brhost.az",
"records": [
{ "groupId": "mx", "type": "MX", "host": "@", "pointsTo": "mail.%domain%", "priority": 10, "ttl": 3600 },
{ "groupId": "mail", "type": "A", "host": "mail", "pointsTo": "%ip%", "ttl": 3600 },
{ "groupId": "webmail", "type": "A", "host": "webmail", "pointsTo": "%ip%", "ttl": 3600 },
{ "groupId": "spf", "type": "SPFM", "host": "@", "spfRules": "include:brhost.az", "ttl": 3600 },
{ "groupId": "dkim", "type": "TXT", "host": "mail._domainkey", "data": "%dkim%", "ttl": 3600, "txtConflictMatchingMode": "All" },
{ "groupId": "dmarc", "type": "TXT", "host": "_dmarc", "data": "v=DMARC1; p=quarantine; pct=100; rua=mailto:dmarc@%domain%", "ttl": 3600, "txtConflictMatchingMode": "All", "essential": "OnApply" },
{ "groupId": "tlsrpt", "type": "TXT", "host": "_smtp._tls", "data": "v=TLSRPTv1; rua=mailto:tls-report@%domain%", "ttl": 3600, "txtConflictMatchingMode": "All", "essential": "OnApply" },
{ "groupId": "autodiscover","type": "CNAME", "host": "autodiscover", "pointsTo": "mail.%domain%", "ttl": 3600 },
{ "groupId": "autoconfig", "type": "CNAME", "host": "autoconfig", "pointsTo": "mail.%domain%", "ttl": 3600 }
]
}