Add Nex Mail Domain Connect template (#1274)#1288
Conversation
# Description Introduces a new Domain Connect template for Nex Mail, enabling automatic DNS configuration for MX, SPF, DKIM, and DMARC records. This template facilitates email deliverability for domains using Nex Mail. ## Type of change - [x] New template # How Has This Been Tested? - [x] Template functionality checked using Online Editor - [x] Template file name follows the pattern `<providerId>.<serviceId>.json` - [x] Resource URL provided with `logoUrl` is served by a webserver # Checklist of common problems - [x] `syncPubKeyDomain` is set - [x] `warnPhishing` is not set alongside `syncPubKeyDomain` - [x] `syncRedirectDomain` is set - [x] No TXT record contains SPF content - [x] `txtConflictMatchingMode` is set on necessary TXT records - [x] No bare variable is used as a full record value - [x] No bare variable is used as the full `host` label - [x] No variable is used in the `host` field to create a subdomain - [x] `%host%` does not appear explicitly in any `host` attribute - [x] `essential` is set on records that may need user modification ## Online Editor test results **Editor test link(s):** [Test Nex Mail template](https://domainconnect.paulonet.eu/dc/free/templateedit?token=example)
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
|
✅ JSON Filename Check Passed |
Linter OK
|
| Level | Code | Note |
|---|
|
✅ JSON Schema Validation Passed |
DescriptionIntroduces a new Domain Connect template for Nex Mail ( Bare Type of changePlease mark options that are relevant.
How Has This Been Tested?Please mark the following checks done
Checklist of common problemsMark all the checkboxes after conducting the check. Comment on any point which is not fulfilled.
Online Editor test resultsEditor test link(s):
Test nexudo.email/mail nexudo.dev/@
|
2 similar comments
DescriptionIntroduces a new Domain Connect template for Nex Mail ( Bare Type of changePlease mark options that are relevant.
How Has This Been Tested?Please mark the following checks done
Checklist of common problemsMark all the checkboxes after conducting the check. Comment on any point which is not fulfilled.
Online Editor test resultsEditor test link(s):
Test nexudo.email/mail nexudo.dev/@
|
DescriptionIntroduces a new Domain Connect template for Nex Mail ( Bare Type of changePlease mark options that are relevant.
How Has This Been Tested?Please mark the following checks done
Checklist of common problemsMark all the checkboxes after conducting the check. Comment on any point which is not fulfilled.
Online Editor test resultsEditor test link(s):
Test nexudo.email/mail nexudo.dev/@
|
Description
Introduces a new Domain Connect template for Nex Mail, enabling automatic DNS configuration for MX, SPF, DKIM, and DMARC records. This template facilitates email deliverability for domains using Nex Mail.
Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis served by a webserverChecklist of common problems
syncPubKeyDomainis setwarnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis settxtConflictMatchingModeis set on necessary TXT recordshostlabelhostfield to create a subdomain%host%does not appear explicitly in anyhostattributeessentialis set on records that may need user modificationOnline Editor test results
Editor test link(s): Test Nex Mail template
Description
Type of change
Please mark options that are relevant.
How Has This Been Tested?
Please mark the following checks done
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
Mark all the checkboxes after conducting the check. Comment on any point which is not fulfilled.
See Template Quality Guidelines for details and rationale on each rule.
syncPubKeyDomainis set — this is mandatory; omitting it requires explicit justification in the PR description or the PR will be rejectedwarnPhishingis not set alongsidesyncPubKeyDomain— the two must not appear togethersyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow"v=spf1 ...") — use theSPFMrecord type insteadtxtConflictMatchingModeis set on every TXT record that must be unique per label or content prefix (e.g. DMARC)@ TXT "%foo%") unless necessary — prefer@ TXT "service-foo=%foo%"; if bare, justify in the PR descriptionhostlabel — the non-variable parts are fixed to limit misuse (e.g.%dkimkey%._domainkey, not%dkimhost%); if bare, justify in the PR descriptionhostfield to create a subdomain — use thehostparameter ormultiInstanceinstead%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon records the end user may need to modify or remove without breaking the template (e.g. DMARC)Online Editor test results
Editor test link(s):