From 79203a736de2cba3dc3c79f9921a160b71890f7a Mon Sep 17 00:00:00 2001 From: erik aronesty Date: Wed, 20 May 2026 03:39:43 -0700 Subject: [PATCH] add bce.email, bce.email inbound email --- bce.email.bceemail.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bce.email.bceemail.json diff --git a/bce.email.bceemail.json b/bce.email.bceemail.json new file mode 100644 index 00000000..6c7a745d --- /dev/null +++ b/bce.email.bceemail.json @@ -0,0 +1,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 + } + ] +}