✉️ Composable all-in-one mail server. https://maddy.email
Find a file
2021-08-10 19:33:54 +03:00
.github docs: Update FUNDING.yml 2021-07-08 12:08:57 +00:00
cmd refactor(ifelse): shorten logic where possible 2021-08-10 19:33:54 +03:00
contrib contrib: Add explicit support disclaimer 2020-10-03 18:29:38 +03:00
dist docs: Replace foxcpp.dev/maddy with maddy.email 2021-03-07 22:15:24 +03:00
docs Merge branch 'dev' 2021-08-09 13:01:18 +03:00
framework refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
internal refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
tests refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
.build.yml Fix-up previous commit 2020-12-11 23:23:10 +03:00
.editorconfig docs: Use mkdocs to render documentation 2019-12-06 23:23:02 +03:00
.gitattributes Disable CRLF conversions on Windows 2021-05-22 20:32:02 +03:00
.gitignore Disable CRLF conversions on Windows 2021-05-22 20:32:02 +03:00
.golangci.yml Add scopeline to the list of used linters 2020-03-05 02:26:29 +03:00
.mkdocs.yml docs: Write detailed tutorial on PAM use 2021-08-09 11:43:24 +03:00
.version maddy 0.5.0 2021-08-09 13:02:43 +03:00
build.sh build.sh: Fix --static 2021-04-11 19:56:35 +03:00
config.go refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
COPYING MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
directories.go Use a different set of default directories for Docker images 2021-03-07 16:54:36 +03:00
directories_docker.go Use a different set of default directories for Docker images 2021-03-07 16:54:36 +03:00
Dockerfile Update base images used in Dockerfile 2021-04-12 10:12:25 +03:00
go.mod storage/blob: Implement S3-compatible storage support 2021-07-15 20:34:15 +03:00
go.sum storage/blob: Implement S3-compatible storage support 2021-07-15 20:34:15 +03:00
HACKING.md update refs and fix typo in HACKING.md 2021-06-20 09:18:59 +00:00
maddy.conf Merge branch 'master' into dev 2021-07-10 00:23:28 +03:00
maddy.go refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
maddy_debug.go MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
README.md docs: IRC channel is moved to OFTC network 2021-05-22 20:32:10 +03:00
signal.go MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
signal_nonposix.go Fix go build for Plan9 2020-10-22 17:34:41 +03:00
systemd.go refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
systemd_nonlinux.go MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03: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.

builds.sr.ht status Issues tracker