✉️ Composable all-in-one mail server. https://maddy.email
Find a file
Max Mazurov adcb33d25d
Merge pull request #742 from foxcpp/dependabot/go_modules/golang.org/x/net-0.33.0
build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0
2025-01-24 16:58:41 +03:00
.github ci: Add apt-get update 2024-01-21 15:03:16 +03:00
cmd Bump go-imap-sql verison 2022-06-25 18:42:38 +03:00
contrib Fix typos 2023-05-23 09:32:51 +03:00
dist Make it easier to avoid permission issues when setting up maddy 2024-01-21 21:57:00 +03:00
docs fix possible missing "not" from documentation 2024-06-03 23:47:28 +02:00
framework config/tls: Disable TLS session tickets 2024-11-24 19:11:52 +03:00
internal #736: dmarc evalute added check if fromDomain is a TLD 2024-12-09 09:03:45 +01:00
tests check/spf: Handle empty MAIL FROM in accordance with RFC 7208 2024-01-21 20:01:00 +03:00
.dockerignore Improve Docker image 2022-06-18 23:45:59 +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 doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30
.golangci.yml Fix a few minor warnings 2021-09-22 23:33:40 +03:00
.mkdocs.yml Replace email_with_domains -> email_with_domain in docs 2023-08-08 12:23:29 +03:00
.version maddy 0.7.1 2024-01-24 00:14:41 +03:00
build.sh Make it easier to avoid permission issues when setting up maddy 2024-01-21 21:57:00 +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 Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
directories_docker.go Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
Dockerfile fix: bump alpine to 3.18.4 2023-10-27 17:48:23 -04:00
go.mod build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 2025-01-24 13:51:38 +00:00
go.sum build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 2025-01-24 13:51:38 +00:00
HACKING.md update refs and fix typo in HACKING.md 2021-06-20 09:18:59 +00:00
maddy.conf doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30
maddy.conf.docker doc: replace maddyctl with maddy 2022-11-06 11:32:23 +03:30
maddy.go Add missing tls_client directive to ReadGlobals 2024-01-27 16:32:45 +03:00
maddy_debug.go Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
README.md docs: Fix README CI badge 2024-01-21 20:58:05 +03:00
signal.go Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
signal_nonposix.go Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
systemd.go Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
systemd_nonlinux.go Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +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.

CI status Issues tracker