Skip to content

Add auridigital.com.email.json (Amazon SES email authentication)#1370

Open
travelpro85 wants to merge 2 commits into
Domain-Connect:masterfrom
travelpro85:add-auridigital-email
Open

Add auridigital.com.email.json (Amazon SES email authentication)#1370
travelpro85 wants to merge 2 commits into
Domain-Connect:masterfrom
travelpro85:add-auridigital-email

Conversation

@travelpro85

@travelpro85 travelpro85 commented Jul 11, 2026

Copy link
Copy Markdown

Description

New Domain Connect template for Auri Digital email authentication. Auri Digital is a multi-tenant marketing/CRM platform that sends email on customers' behalf via Amazon SES. This template provisions the records SES needs to authenticate a customer's sending domain: three Easy-DKIM CNAMEs, a custom MAIL FROM subdomain (MX + SPF), and a DMARC policy.

Type of change

  • New template
  • Bug fix (non-breaking change which fixes an issue in the template)
  • New feature (non-breaking change which adds functionality to the template)
  • Breaking change (fix or feature that would cause existing template behavior to be not backward compatible)

How Has This Been Tested?

  • Template functionality checked using Online Editor
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • resource URL provided with logoUrl is actually served by a webserver

Checklist of common problems

  • syncPubKeyDomain is set — the template is signed (public key published at dcsig.aurisend.com); the DKIM/region variables are attacker-relevant, so signing is required
  • warnPhishing is not set alongside syncPubKeyDomain
  • syncRedirectDomain is set (the synchronous flow uses redirect_uri)
  • no TXT record contains SPF content — the MAIL FROM SPF uses the SPFM record type
  • txtConflictMatchingMode is set on the DMARC TXT record (Prefix / v=DMARC1)
  • no variable is used as a bare full record value — DKIM pointsTo is %dkimN%.dkim.amazonses.com (fixed suffix), DMARC data is fixed
  • no bare variable is used as the full host label — DKIM host is %dkimN%._domainkey (fixed suffix)
  • no variable is used in the host field to create a subdomain — the MAIL FROM host is the fixed label bounce; subdomain identities are handled via the host apply parameter
  • %host% does not appear explicitly in any host attribute
  • essential is set to OnApply on the DMARC record

Online Editor test results

Editor test link(s):

@github-actions github-actions Bot added the Test links missing No test links from Online Editor provided label Jul 11, 2026
@github-actions

Copy link
Copy Markdown

JSON Filename Check Passed

@github-actions

Copy link
Copy Markdown

JSON Schema Validation Passed

@github-actions github-actions Bot added the automerge-possible Label indicating, that restrictive linter checks all pass. For now it's PoC. label Jul 11, 2026
@github-actions

Copy link
Copy Markdown

Linter OK

auridigital.com.email.json

Level Code Note

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linter passed all checks — approving for auto-merge.

@github-actions github-actions Bot added Forged editor links At least one of the provided editor links is not genuine. and removed Forged editor links At least one of the provided editor links is not genuine. Test links missing No test links from Online Editor provided labels Jul 11, 2026
@github-actions

Copy link
Copy Markdown

PR Description Check Passed

All required sections are filled in correctly.

Details
  OK  Type of change: 1/4 checkboxes ticked
  OK  How Has This Been Tested?: all 3 checkboxes ticked
  OK  Checklist of common problems: 10/10 checkboxes ticked
  OK  Online Editor test results: 2 link(s) found
  OK  Template coverage: all 1 template(s) covered
Labels to remove: Checklist of common problems not complete, Forged editor links, PR description incomplete, Test links missing

PR description check PASSED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge-possible Label indicating, that restrictive linter checks all pass. For now it's PoC.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant