From ceb1cdcb52125ec49622995f27472cb3bc4c7f2c Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Feb 2026 00:09:06 -0800 Subject: [PATCH] chore: migrate SMTP references from mx.jeffemmett.com to mail.rmail.online Co-Authored-By: Claude Opus 4.6 --- backlog/tasks/task-4 - Configure-email-sending-domain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backlog/tasks/task-4 - Configure-email-sending-domain.md b/backlog/tasks/task-4 - Configure-email-sending-domain.md index f014047..6c5c18d 100644 --- a/backlog/tasks/task-4 - Configure-email-sending-domain.md +++ b/backlog/tasks/task-4 - Configure-email-sending-domain.md @@ -19,7 +19,7 @@ Currently sending from noreply@jeffemmett.com. May want to switch to noreply@cad ## Notes - Added cadcad.org domain to Mailcow with DKIM key generated (2026-02-22) - Created noreply@cadcad.org mailbox -- Added DNS records to Cloudflare: SPF (ip4:159.195.32.209), DKIM (2048-bit RSA), DMARC (quarantine), MX (mx.jeffemmett.com) +- Added DNS records to Cloudflare: SPF (ip4:159.195.32.209), DKIM (2048-bit RSA), DMARC (quarantine), MX (mail.rmail.online) - Updated Discourse app.yml: DISCOURSE_SMTP_DOMAIN=cadcad.org, DISCOURSE_NOTIFICATION_EMAIL=noreply@cadcad.org - Rebuilt Discourse container, reconnected to traefik-public and mailcow-network - Test email sent successfully: noreply@cadcad.org → jeffemmett@gmail.com (delivered via Gmail SMTP, status=sent)