maddy

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

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

commits

2025-10-30 Upgrade all dependencies Lindsay Zhou
2025-10-30 Move Sender header from oversignDefault to signDefault Lindsay Zhou
2025-03-09 Merge pull request #760 from mlipscombe/issue-688 Max Mazurov
2025-03-09 target/smtp: Fix-up default value for tls_client fox.cpp
2025-02-10 fix: make `tls_client` configuration work in `target.smtp` block Mark Lipscombe
2025-02-02 Finally fix tests fox.cpp
2025-02-01 Slightly improve debug logging for complex authentication pipelines fox.cpp
2025-02-01 endpoint/smtp: Fix auth_map ignored fox.cpp
2025-01-30 Merge pull request #754 from prologic/gcore_dns Max Mazurov
2025-01-27 Add support for GCore DNS James Mills

Clone the repository to access all 1606 commits.

Maddy Mail Server
=====================
> Composable all-in-one mail server.

Maddy Mail Server implements all functionality required to run a e-mail
server. It can send messages via SMTP (works as MTA), accept messages via SMTP
(works as MX) and store messages while providing access to them via IMAP.
In addition to that it implements auxiliary protocols that are mandatory
to keep email reasonably secure (DKIM, SPF, DMARC, DANE, MTA-STS).

It replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC and more with one
daemon with uniform configuration and minimal maintenance cost.

**Note:** IMAP storage is "beta". If you are looking for stable and
feature-packed implementation you may want to use Dovecot instead. maddy still
can handle message delivery business.

[![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)
[![Issues tracker](https://img.shields.io/github/issues/foxcpp/maddy?style=flat-square)](https://github.com/foxcpp/maddy)

* [Setup tutorial](https://maddy.email/tutorials/setting-up/)
* [Documentation](https://maddy.email/)

* [IRC channel](https://webchat.oftc.net/?channels=maddy&uio=MT11bmRlZmluZWQb1)
* [Mailing list](https://lists.sr.ht/~foxcpp/maddy)