add OSV-1, Email sending and receiving - #1840
Merged
Merged
Conversation
New template for OSV-1 (osv-1.com), service "email": the DNS records an organization needs to send and receive its email through OSV-1 (Resend / Amazon SES underneath) on the hostname it chooses. Groups: sending (DKIM TXT at resend._domainkey, bounce MX at send, SPFM at send), receiving (MX at the host itself), dmarc (fixed v=DMARC1; p=none; with Prefix matching, essential OnApply). Variables are scoped narrowly: region only varies the SES region inside fixed hostnames; dkim is the key material after a fixed "p=" prefix. syncPubKeyDomain osv-1.com (key published at _dck1.osv-1.com), syncRedirectDomain osv-1.com, synchronous flow, hostRequired false. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
PR Description Check PassedAll required sections are filled in correctly. Details |
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| Level | Code | Note |
|---|
Resend now requires a CNAME rsend → send.forge.rmta.net for new sending domains and checks its target directly (the same record SendBeam added in Domain-Connect#1827); without it a domain configured through the template would never verify at the provider. Added to the sending group with the provider's fixed target; nothing else changes. Editor tests re-run against this file. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Thanks @ankrstak for contributing to the template. 🎉 This template has been reviewed and merged by @pawel-kow. 🙌 This template repository and its review process are maintained by independent individuals in their spare time, not as part of a paid role. If you or your company benefit from this protocol and its tools, please show your appreciation by buying a beer for @pawel-kow: https://github.com/sponsors/pawel-kow |
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
New template for OSV-1 (
osv-1.com), serviceemail: the DNS records an organization needs to send and receive its email through OSV-1 (Resend / Amazon SES underneath) on the hostname it chooses — typically a subdomain such asnotify.example.com, apex allowed.sending: DKIM TXT atresend._domainkey(p=%dkim%), bounce-path MX atsend(feedback-smtp.%region%.amazonses.com), SPFM atsend(include:amazonses.com), and the sending-host CNAMErsend→send.forge.rmta.netthat the email provider now requires for new domains and checks directly (fixed target, as in update SendBeam, SendBeam sending domain (version 2) #1827)receiving: MX at the host itself (inbound-smtp.%region%.amazonaws.com) — requested only for domains that receive maildmarc: fixedv=DMARC1; p=none;with Prefix matching,essential: OnApplyVariables are scoped narrowly:
regiononly varies the SES region inside fixed hostnames;dkimis the key material after a fixedp=prefix. Synchronous flow with signed requests (syncPubKeyDomainosv-1.com, key published at_dck1.osv-1.com);syncRedirectDomainosv-1.com(redirect_uri lives onapp.osv-1.com).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):
sending+dmarconly (no receiving MX): Test osv-1.com/email example.com/notify🤖 Generated with Claude Code