forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbce.email.bceemail.json
More file actions
29 lines (29 loc) · 821 Bytes
/
Copy pathbce.email.bceemail.json
File metadata and controls
29 lines (29 loc) · 821 Bytes
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
{
"providerId": "bce.email",
"providerName": "bce.email",
"serviceId": "bceemail",
"serviceName": "bce.email inbound email",
"version": 1,
"logoUrl": "https://bce.email/favicon.svg",
"description": "Configure DNS records so bce.email can receive and route inbound email for this domain.",
"variableDescription": "value is the Amazon SES domain verification token for this domain.",
"syncBlock": false,
"syncPubKeyDomain": "domainconnect.bce.email",
"syncRedirectDomain": "bce.email",
"records": [
{
"type": "TXT",
"host": "_amazonses",
"data": "%value%",
"ttl": 3600,
"txtConflictMatchingMode": "All"
},
{
"type": "MX",
"host": "@",
"pointsTo": "inbound-smtp.us-east-1.amazonaws.com",
"priority": 10,
"ttl": 3600
}
]
}