From 1d4aa3d20514f1f0de1af9b4d0a1dfad22a17635 Mon Sep 17 00:00:00 2001 From: s0ph0s Date: Wed, 16 Apr 2025 15:06:41 -0400 Subject: [PATCH] Add note to README about related projects --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dd59804e..737c0f16 100644 --- a/README.md +++ b/README.md @@ -533,3 +533,12 @@ Then reboot the relay or do `sysctl -p` and `nft -f /etc/nftables.conf`. Once proxy relay is set up, you can add its IP address to the DNS. + +## Neighbors and Acquaintances + +Here are some related projects that you may be interested in: + +- [Mox](https://github.com/-mjl/mox): A Golang email server. [Work is in + progress](https://github.com/mjl-/mox/issues/251) to modify it to support all + of the features and configuration settings required to operate as a chatmail + relay.