maddy

Fork https://github.com/foxcpp/maddy

git clone git://git.lin.moe/go/maddy.git

 1Maddy Mail Server
 2=====================
 3> Composable all-in-one mail server.
 4
 5Maddy Mail Server implements all functionality required to run a e-mail
 6server. It can send messages via SMTP (works as MTA), accept messages via SMTP
 7(works as MX) and store messages while providing access to them via IMAP.
 8In addition to that it implements auxiliary protocols that are mandatory
 9to keep email reasonably secure (DKIM, SPF, DMARC, DANE, MTA-STS).
10
11It replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC and more with one
12daemon with uniform configuration and minimal maintenance cost.
13
14**Note:** IMAP storage is "beta". If you are looking for stable and
15feature-packed implementation you may want to use Dovecot instead. maddy still
16can handle message delivery business.
17
18[![CI status](https://img.shields.io/github/actions/workflow/status/foxcpp/maddy/cicd.yml?style=flat-square)](https://github.com/foxcpp/maddy/actions/workflows/cicd.yml)
19[![Issues tracker](https://img.shields.io/github/issues/foxcpp/maddy?style=flat-square)](https://github.com/foxcpp/maddy)
20
21* [Setup tutorial](https://maddy.email/tutorials/setting-up/)
22* [Documentation](https://maddy.email/)
23
24* [IRC channel](https://webchat.oftc.net/?channels=maddy&uio=MT11bmRlZmluZWQb1)
25* [Mailing list](https://lists.sr.ht/~foxcpp/maddy)