Forward Email’s Technical Whitepaper opens with a clear mission to transform how email privacy and security are handled. On the surface,
everything speaks in standard protocols like SMTP/IMAP/POP3. The way the RFCs intended. But underneath,
the storage layer tells a very unconventional story: each mailbox lives in its own SQLite database,
encrypted with ChaCha20-Poly1305, layered on top of LUKS-encrypted disks.
Its privacy-first philosophy has attracted a community of technically demanding,
security-conscious users. Since its founding in 2017, Forward Email has grown to power email for more than 500,000 domains, including Canonical, The Linux Foundation,
and major universities. As founder Nicholas Baugh put it:
I built this for myself originally, and it’s amazing to see it resonate with so many people.
The fact that we can build a sustainable business while staying 100% open-source,
transparent, and privacy-focused – that’s what I’m most proud of.
Yet the privacy-by-design architecture also backed the team into a corner: they were trying to
run thousands of small, encrypted SQLite databases on top of generic cloud block storage. That
led to a common occurrence within the cloud world: as usage grew, that setup turned into
lagging logs, IO bottlenecks, and storage bills that scaled faster than revenue. That is
usually when companies come to us at DataPacket: when they need an infrastructure stack that supports long-term growth, not just a short-term workaround.