From 48ad92bf24426ef737deded1c0d87438a4b18dab Mon Sep 17 00:00:00 2001 From: KamyarAT Date: Thu, 20 Aug 2026 13:44:41 +0300 Subject: [PATCH] docs: describe Madmail v2 as a Rust chatmail relay The previous blurb still called Madmail an experimental Maddy fork. That applied to v1. v2 is a Rust rewrite that ships SMTP, IMAP, encryption enforcement, and real-time services in a single binary. --- doc/source/related.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/related.rst b/doc/source/related.rst index 6f3fba9f..d423d99b 100644 --- a/doc/source/related.rst +++ b/doc/source/related.rst @@ -14,10 +14,11 @@ We know of three work-in-progress alternative implementation efforts: it to support all of the features and configuration settings required to operate as a chatmail relay. -- `Madmail `_: an - experimental fork of `Maddy Mail Server `_, modified - for chatmail deployments. It provides a single binary solution - for running a chatmail relay. +- `Madmail `_: a Rust-based + single-binary chatmail relay. Madmail v2 is a rewrite of an earlier + experimental fork of `Maddy Mail Server `_. + It includes SMTP, IMAP, encryption enforcement, and real-time + services (TURN/Iroh), and runs on Linux and Windows. - `Chatmail Cookbook `_: A Chef Cookbook implementing a relay server. The project follows the