From 1188aed0616744c34568882194790bf6f9784dc9 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Sun, 14 Dec 2025 10:14:11 -0800 Subject: [PATCH] Related: Add the Chatmail Cookbook project --- doc/source/related.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/source/related.rst b/doc/source/related.rst index 14f1288b..07845511 100644 --- a/doc/source/related.rst +++ b/doc/source/related.rst @@ -7,7 +7,7 @@ Active development takes place in the `chatmail/relay github repository `_ and ask to get added to a non-public support chat for debugging issues. -We know of two work-in-progress alternative implementation efforts: +We know of three work-in-progress alternative implementation efforts: - `Mox `_: A Golang email server. `Work is in progress `_ to modify @@ -18,3 +18,10 @@ We know of two work-in-progress alternative implementation efforts: plugin for the `Maddy email server `_ which aims to implement the chatmail relay features and configuration options. + +- `Chatmail Cookbook `_: + A Chef Cookbook implementing a relay server. The project follows the + official relay server software and configurations converted to a Chef + Cookbook with only minor differences. The cookbook uses DNS-01 for + certificate validation and additionally supports FreeBSD. It does not + require a Chef server to use.