Apollo Signal, 3 templates#1197
Open
Tihan-Nico wants to merge 2 commits into
Open
Conversation
Add DMARC record with txtConflictMatchingMode to signal-sending and signal-sending-cname templates (v1 -> v4). Add new signal-click-tracking template for custom open/click tracking CNAME. Changes: - apollodeploy.com.signal-sending: add DMARC TXT (essential=OnApply), groupIds - apollodeploy.com.signal-sending-cname: add DMARC TXT (essential=OnApply), expand to three CNAME DKIM selectors (%dkimSelector1/2/3%), groupIds - apollodeploy.com.signal-click-tracking: new template, tracking CNAME only
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| Level | Code | Note |
|---|---|---|
| info | DCTL1039 | all records use the same variable as suffix, consider using host parameter instead |
| info | DCTL1031 | all record groupId values are the same |
apollodeploy.com.signal-sending-cname.json
| Level | Code | Note |
|---|
apollodeploy.com.signal-sending.json
| Level | Code | Note |
|---|
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. 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
Add/update three Domain Connect templates for Apollo Signal (apollodeploy.com), an email sending platform built on Amazon SES.
Changes:
apollodeploy.com.signal-sending(v1 → v4): Added DMARC TXT record withtxtConflictMatchingMode: Prefix,essential: OnApply, andgroupIdlabelsapollodeploy.com.signal-sending-cname(v1 → v4): Same DMARC addition; expanded to three CNAME DKIM selectors (%dkimSelector1/2/3%) to match Amazon SES's three-selector CNAME DKIM patternapollodeploy.com.signal-click-tracking(new, v1): Standalone template for custom open/click tracking CNAME, applied separately after sending is configuredType of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserver (https://apollodeploy.com/favicon.ico)Checklist of common problems
syncPubKeyDomainis set on all three templates (keys.apollodeploy.com)warnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set on all templatesSPFMrecord typetxtConflictMatchingModeis set on the DMARC TXT record (Prefix, matchingv=DMARC1)%dkimSelector%._domainkey,v=DMARC1; p=%dmarcPolicy%)%dkimSelector1%._domainkey, not%dkimhost%)%host%does not appear explicitly in any host attributeessential: OnApplyset on DMARC record (users may need to adjust the policy independently)Online Editor test results
apollodeploy.com/signal-sending — apex (example.com/@):
Test apollodeploy.com/signal-sending example.com/@
apollodeploy.com/signal-sending — subdomain (example.com/mail):
Test apollodeploy.com/signal-sending example.com/mail
apollodeploy.com/signal-sending-cname — apex (example.com/@):
Test apollodeploy.com/signal-sending-cname example.com/@
apollodeploy.com/signal-click-tracking — apex (example.com/@):
Test apollodeploy.com/signal-click-tracking example.com/@