Self-Hosted Multi-Domain Email

Tutorials on email servers are sparse. Everyone wants to deploy a Vercel app, but nobody is standing up Postfix servers. Even more so for configuring multiple domains on a single VM.

We need four things:

  1. Outgoing SMTP Relay (AWS SES),
  2. Incoming SMTP Server (Postfix),
  3. IMAP Server (Dovecot),
  4. Authentication Provider / LDAP Server (OpenLDAP)

Read the series:

You may also like: