sam-4screen-desktop 2026-8-31:14:54:8

This commit is contained in:
2026-08-31 14:54:08 +10:00
parent cdf72e706f
commit 0fc570af3d

View File

@@ -41,9 +41,33 @@ id: 1848129025-DNS
- After Cloudflare migration: A records stay identical (site remains on InMotion VPS until CMS migration); only MX/SPF/TXT/DKIM/DMARC change for email.
## Email target (Phase 2)
- **Inbound:** Zoho Mail free tier — mailbox `sam@audasmedia.com.au`
- **Outbound:** Amazon SES (already have AWS account)
- **MX → Zoho, SPF → Zoho + SES, DKIM → Zoho + SES, DMARC → new**
- **Inbound:** ~~Zoho Mail free tier~~ — **FAILED (SMS OTP never arrives after 1h; Zoho is SMS-only verification). Abandoned. Fallback: MXroute (~US$30-45/yr flat, unlimited domains).**
- **Outbound:** **Amazon SES** — identity created ✅ (domain `audasmedia.com.au`, region ap-southeast-2)
- **MX → (provider TBD: MXroute), SPF → include provider + SES, DKIM → SES (3 CNAMEs below) + provider, DMARC → new**
## SES records to add (from console, 2026-08-31)
These go into **Cloudflare** once NS switch propagates (still InMotion now).
### DKIM (3 CNAMEs)
| Type | Name | Value |
|---|---|---|
| CNAME | `3hcitiezqbwlyyrqhvuovye47ybnbheq._domainkey.audasmedia.com.au` | `3hcitiezqbwlyyrqhvuovye47ybnbheq.dkim.amazonses.com` |
| CNAME | `lswlbc3gsmshm4b22bpyfn5k2evdgrdh._domainkey.audasmedia.com.au` | `lswlbc3gsmshm4b22bpyfn5k2evdgrdh.dkim.amazonses.com` |
| CNAME | `ac5j6wxukvq6b5dacrp5xgzkdsovmm2e._domainkey.audasmedia.com.au` | `ac5j6wxukvq6b5dacrp5xgzkdsovmm2e.dkim.amazonses.com` |
### MAIL FROM (optional — recommend SKIP for now, low volume)
| Type | Name | Value |
|---|---|---|
| MX | `audasmedia.com.au.audasmedia.com.au` | `10 feedback-smtp.ap-southeast-2.amazonses.com` |
| TXT | `audasmedia.com.au.audasmedia.com.au` | `"v=spf1 include:amazonses.com ~all"` |
### DMARC
| Type | Name | Value |
|---|---|---|
| TXT | `_dmarc.audasmedia.com.au` | `"v=DMARC1; p=none;"` |
## DNS state (2026-08-31)
- audasmedia.com.au NS = **still InMotion** (ns1/ns2.inmotionhosting.com). Cloudflare account+domain created but registrar NS switch not yet propagated. Records above wait for Cloudflare to be authoritative.
---
*Part of [[Migration Plan — InMotion to Local + AWS Offsite]] Phase 2. Track in [[Migration Work Log]].*