✉️ Composable all-in-one mail server. https://maddy.email
Find a file
2020-12-23 16:34:42 +03:00
.github docs: Add .github/FUNDING.yml 2020-06-24 13:47:26 +00:00
cmd Remove remaining references to 0.3 module names in code and docs 2020-12-13 19:47:27 +03:00
dist dist: Regenerate keyword lists for vim syntax files 2020-12-06 17:55:21 +03:00
docs Remove remaining references to 0.3 module names in code and docs 2020-12-13 19:47:27 +03:00
framework Force domains to be interpreted as FQDN where this is required by standards 2020-12-12 01:31:41 +03:00
internal Remove remaining references to 0.3 module names in code and docs 2020-12-13 19:47:27 +03:00
tests tests: Check for chasquid executable existance before starting test server 2020-12-13 19:48:42 +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
.gitignore Add Makefile to replace build.sh 2020-08-03 16:43:17 +03:00
.golangci.yml Add scopeline to the list of used linters 2020-03-05 02:26:29 +03:00
.mkdocs.yml docs: Add maddy(5) to mkdocs 2020-11-04 20:02:16 +03:00
.version maddy 0.4.3 2020-12-13 22:39:16 +03:00
build.sh build.sh: Do not try to install man pages if they were not built 2020-12-23 16:34:42 +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
COPYING.MIT Clarify MIT license haywire 2020-07-24 00:08:09 +03:00
Dockerfile Bump Go version used in Docker image 2020-11-27 20:40:01 +03:00
go.mod Bump go-mockdns version 2020-12-12 19:04:32 +03:00
go.sum Bump go-mockdns version 2020-12-12 19:04:32 +03:00
HACKING.md Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
maddy.conf Update default config 2020-10-11 16:09:45 +03:00
maddy.go Remake Prometheus endpoint into a proper endpoint module 2020-08-23 15:41:52 +03:00
maddy_debug.go MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
README.md docs: Remove License badge from README 2020-12-13 19:19:04 +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