maddy

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

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

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