✉️ Composable all-in-one mail server. https://maddy.email
Find a file
2021-09-22 23:33:40 +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 dist: Set ProtectClock, RestrictAddressFamilies and CapabilityBoundingSet 2021-08-27 10:50:18 +03:00
docs Add missing . (dot) in default domain key record 2021-09-22 17:48:15 +03:00
framework Fix a few minor warnings 2021-09-22 23:33:40 +03:00
internal Fix a few minor warnings 2021-09-22 23:33:40 +03:00
tests tests: Change Conn.Expect to not return an error 2021-08-28 15:43:20 +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 Fix a few minor warnings 2021-09-22 23:33:40 +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: Pass blobSize to go-imap-sql 2021-08-28 15:43:19 +03:00
go.sum storage/blob: Pass blobSize to go-imap-sql 2021-08-28 15:43:19 +03:00
HACKING.md update refs and fix typo in HACKING.md 2021-06-20 09:18:59 +00:00
maddy.conf Add postmaster address rewrite back to default config 2021-08-16 13:49:11 +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