update Postboi dkim template (MAIL FROM), add Postboi dkim-dmarc template#1361
Open
darbymanning wants to merge 2 commits into
Open
update Postboi dkim template (MAIL FROM), add Postboi dkim-dmarc template#1361darbymanning wants to merge 2 commits into
darbymanning wants to merge 2 commits into
Conversation
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| Level | Code | Note |
|---|
postboi.email.dkim.json
| Level | Code | Note |
|---|
PR Description Check PassedAll required sections are filled in correctly. Details |
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
Updates the templates for Postboi (
postboi.email), follow-up to #1333.postboi.email.dkim→ version 2: adds an aligned Amazon SES custom MAIL FROM on thebouncesubdomain (MX + SPFM) alongside the existing three DKIM CNAMEs. Also moveslogoUrlto a URL hosted on the provider domain itself.postboi.email.dkim-dmarc(new): identical todkimv2 plus a starter DMARC monitoring policy (v=DMARC1; p=none;). Postboi only builds apply URLs for this template after checking via DNS that the domain publishes no existing DMARC record — domains with a policy are always sent to the plaindkimtemplate instead, so an apply can never downgrade an existingp=quarantine/p=rejectpolicy. The record additionally carriestxtConflictMatchingMode: Prefixonv=DMARC1andessential: OnApply.Type of change
Please mark options that are relevant.
postboi.email.dkim-dmarc)postboi.email.dkimv2)How Has This Been Tested?
Please mark the following checks done
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
syncPubKeyDomainis set — public key published at_dcpubkeyv1.postboi.email(unchanged from v1)warnPhishingis not set alongsidesyncPubKeyDomain— the two must not appear togethersyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow"v=spf1 ...") — the MAIL FROM SPF usesSPFMon hostbouncetxtConflictMatchingModeis set on every TXT record that must be unique per label or content prefix — the DMARC record usesPrefix/v=DMARC1%dkim1%.dkim.amazonses.com)hostlabel — hosts use fixed._domainkeysuffixhostfield to create a subdomain — thebounceMAIL FROM host is a fixed label%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon records the end user may need to modify or remove without breaking the template — set on the DMARC record; the DKIM CNAMEs and MAIL FROM MX/SPFM are core to the serviceOnline Editor test results
Editor test link(s):
Test postboi.email/dkim-dmarc example.com/@
Test postboi.email/dkim-dmarc example.com/mail
Test postboi.email/dkim example.com/@
Test postboi.email/dkim example.com/mail