mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
✉️ Composable all-in-one mail server.
https://maddy.email
1. Clarify that you need to manually create the user and group when building from source. ./build.sh does not do that since it is a packaging tool, not system configuration one. 2. Do not require "go" command to be present when running ./build.sh install. go installation may be user-specific and unavailable when running with sudo. 3. Ease UMask restrictions. Allow group access. This allows CLI commands to be run by any user in maddy group. See #569. |
||
---|---|---|
.github | ||
cmd | ||
contrib | ||
dist | ||
docs | ||
framework | ||
internal | ||
tests | ||
.dockerignore | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.golangci.yml | ||
.mkdocs.yml | ||
.version | ||
build.sh | ||
config.go | ||
COPYING | ||
directories.go | ||
directories_docker.go | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
HACKING.md | ||
maddy.conf | ||
maddy.conf.docker | ||
maddy.go | ||
maddy_debug.go | ||
README.md | ||
signal.go | ||
signal_nonposix.go | ||
systemd.go | ||
systemd_nonlinux.go |
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.