|
|
|
Show HN: Self-hosted email server for 2026 – single binary, CalDAV
(github.com)
|
|
7 points
by fenilsonani
167 days ago
|
|
Built this after getting frustrated with the paying to a google for email. Now running it for 1 months in production. What it does:
- Full SMTP server (inbound/outbound, DKIM signing, SPF/DMARC checking)
- IMAP with IDLE support
- CalDAV/CardDAV (replace Google Calendar/Contacts)
- Web admin panel with Prometheus metrics
- Greylisting for spam prevention
- Auto-discovery (mail clients configure themselves)
- Audit logging for compliance What it doesn't do:
- Webmail (use Roundcube, etc.)
- ML-based spam filtering (greylisting + basic heuristics only)
- Clustering/HA |
|
This is a self-hosted email server written in Go, shipped as a single binary. It supports IMAP (with IDLE), SMTP, DKIM, SPF/DMARC, and CalDAV, with modern defaults and minimal configuration.
The goal is something you can run on a small VPS for personal or small-team use without vendor lock-in.
I’d really appreciate feedback on the architecture, security model, and what you’d want to see next.