add TensorHost, TensorHost Email#1307
Open
michaelwetyyy wants to merge 1 commit into
Open
Conversation
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| Level | Code | Note |
|---|---|---|
| info | DCTL1031 | all record groupId values are the same |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a Domain Connect template for TensorHost Email, a hosted email service for small businesses. Applied to a customer's domain it sets the records needed to send and receive mail through TensorHost — MX, SPF (via
SPFMmerge), DKIM, and DMARC. Existing website records are not modified.providerId:tensorhost.comserviceId:emailType of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserver — N/A, nologoUrlis setValidation performed:
dc-template-linter— zero errors.p=,a=RS256,t=x509,d=TXT format — confirms the signature scheme matches the reference verifier.The full Online Editor signed-flow test requires the public key to be published at
_dcsig1.tensorhost.com, which is part of our go-live (in progress). We will add Online Editor results once that record is live.Checklist of common problems
syncPubKeyDomainis setwarnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis setSPFMrecord typetxtConflictMatchingModeis set on the DKIM and DMARC TXT recordsv=DKIM1; k=rsa; p=%dkimkey%hostlabel — DKIM host is%dkimselector%._domainkey(fixed._domainkeysuffix)hostto create a subdomain%host%does not appear in anyhostattributeessentialisOnApplyon the DMARC recordOnline Editor test results
Pending — see the note under "How Has This Been Tested?". The signed apply flow depends on the public key at
_dcsig1.tensorhost.com, which is being published as part of go-live. The template passesdc-template-linterwith zero errors and the signing scheme is verified by a local round-trip. We will follow up with Online Editor results once the key is published.