[EPIC] Sovereign Email — alexander@alexanderwhitestone.com #315

Open
opened 2026-04-07 01:33:04 +00:00 by Timmy · 0 comments
Owner

Goal

Stand up a fully sovereign email server so Alexander can send and receive email at @alexanderwhitestone.com. No Gmail dependency. No third-party mail hosting.

DNS Head Start (already configured)

  • mail.alexanderwhitestone.com A -> 143.198.27.163
  • MX @ -> mail.alexanderwhitestone.com (priority 10)
  • SPF: v=spf1 mx a ip4:143.198.27.163 ~all
  • DMARC: v=DMARC1; p=none

Architecture

  • Mail server: Stalwart Mail Server (Rust, lightweight, all-in-one SMTP/IMAP/JMAP)
  • Host: Hermes VPS (143.198.27.163) where DNS already points
  • Client access: himalaya CLI on Mac, plus any IMAP client

Sub-issues track each step below.

## Goal Stand up a fully sovereign email server so Alexander can send and receive email at @alexanderwhitestone.com. No Gmail dependency. No third-party mail hosting. ## DNS Head Start (already configured) - `mail.alexanderwhitestone.com` A -> 143.198.27.163 - MX @ -> mail.alexanderwhitestone.com (priority 10) - SPF: `v=spf1 mx a ip4:143.198.27.163 ~all` - DMARC: `v=DMARC1; p=none` ## Architecture - Mail server: Stalwart Mail Server (Rust, lightweight, all-in-one SMTP/IMAP/JMAP) - Host: Hermes VPS (143.198.27.163) where DNS already points - Client access: himalaya CLI on Mac, plus any IMAP client ## Sub-issues track each step below.
Timmy self-assigned this 2026-04-07 01:33:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#315