Serveur de messagerie écrit en Go
Go to file
2025-09-05 16:54:41 +02:00
.github first commit 2025-09-05 16:54:41 +02:00
cmd first commit 2025-09-05 16:54:41 +02:00
contrib first commit 2025-09-05 16:54:41 +02:00
dist first commit 2025-09-05 16:54:41 +02:00
docs first commit 2025-09-05 16:54:41 +02:00
framework first commit 2025-09-05 16:54:41 +02:00
internal first commit 2025-09-05 16:54:41 +02:00
tests first commit 2025-09-05 16:54:41 +02:00
.dockerignore first commit 2025-09-05 16:54:41 +02:00
.editorconfig first commit 2025-09-05 16:54:41 +02:00
.gitattributes first commit 2025-09-05 16:54:41 +02:00
.gitignore first commit 2025-09-05 16:54:41 +02:00
.golangci.yml first commit 2025-09-05 16:54:41 +02:00
.mkdocs.yml first commit 2025-09-05 16:54:41 +02:00
.version first commit 2025-09-05 16:54:41 +02:00
build.sh first commit 2025-09-05 16:54:41 +02:00
config.go first commit 2025-09-05 16:54:41 +02:00
COPYING first commit 2025-09-05 16:54:41 +02:00
directories_docker.go first commit 2025-09-05 16:54:41 +02:00
directories.go first commit 2025-09-05 16:54:41 +02:00
Dockerfile first commit 2025-09-05 16:54:41 +02:00
go.mod first commit 2025-09-05 16:54:41 +02:00
go.sum first commit 2025-09-05 16:54:41 +02:00
HACKING.md first commit 2025-09-05 16:54:41 +02:00
maddy_debug.go first commit 2025-09-05 16:54:41 +02:00
maddy.conf first commit 2025-09-05 16:54:41 +02:00
maddy.conf.docker first commit 2025-09-05 16:54:41 +02:00
maddy.go first commit 2025-09-05 16:54:41 +02:00
README.md first commit 2025-09-05 16:54:41 +02:00
signal_nonposix.go first commit 2025-09-05 16:54:41 +02:00
signal.go first commit 2025-09-05 16:54:41 +02:00
systemd_nonlinux.go first commit 2025-09-05 16:54:41 +02:00
systemd.go first commit 2025-09-05 16:54:41 +02:00

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 Issues tracker