✉️ Composable all-in-one mail server. https://maddy.email
Find a file
2021-07-18 21:12:24 +03:00
.github docs: IRC channel is moved to OFTC network 2021-05-22 20:32:10 +03:00
cmd Port existing functionality to go-imap v2 2021-07-18 11:20:13 +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 Port existing functionality to go-imap v2 2021-07-18 11:20:13 +03:00
framework storage/blob: Implement S3-compatible storage support 2021-07-15 20:34:15 +03:00
internal storage/imapsql: Add support for using PostgreSQL broker for updates 2021-07-18 21:12:24 +03:00
tests Merge branch 'master' into dev 2021-07-10 00:23:28 +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 Refactor imapsql ExternalStore to use modules 2021-07-11 21:42:38 +03:00
.version maddy 0.4.4 2021-04-11 19:57:31 +03:00
build.sh build.sh: Fix --static 2021-04-11 19:56:35 +03:00
config.go MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +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/imapsql: Add support for using PostgreSQL broker for updates 2021-07-18 21:12:24 +03:00
go.sum storage/imapsql: Add support for using PostgreSQL broker for updates 2021-07-18 21:12:24 +03:00
HACKING.md HACKING.md: improve formatting and fix some typos 2021-01-17 09:37:40 +00:00
maddy.conf Merge branch 'master' into dev 2021-07-10 00:23:28 +03:00
maddy.go storage/blob: Implement S3-compatible storage support 2021-07-15 20:34:15 +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 MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +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