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.