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
.github | ||
cmd | ||
dist | ||
docs | ||
internal | ||
pkg | ||
tests | ||
.build.yml | ||
.editorconfig | ||
.gitignore | ||
.golangci.yml | ||
.mkdocs.yml | ||
build.sh | ||
config.go | ||
go.mod | ||
go.sum | ||
HACKING.md | ||
LICENSE | ||
maddy.conf | ||
maddy.go | ||
maddy_debug.go | ||
README.md | ||
signal.go | ||
signal_nonposix.go | ||
systemd.go | ||
systemd_nonlinux.go |
maddy
Composable all-in-one mail server.
⚠️ Disclaimer: maddy is in development, many planned features are missing, bugs are waiting to eat your messages and incompatible changes happen from time to time
Features
- IMAP4rev1 & SMTP server in one binary
- Comprehensive & Secure
- Simple to deploy
- Two steps (excluding messing with DNS) to get your own secure mail server running
- Virtual users > system users
- Single daemon that is easy to manage
- Fast
- Optimized for concurrency
- Single process model allows more efficient implementation
- Useful
- Subaddressing support
- DNSBL checking support
- Messages compression (LZ4, Zstd)
- First-class Unicode support (SMTPUTF8, IDNA2008)
- Flexible
- Intuitive syntax for complex message routing (SMTP)
- Same meaningful configuration scheme for all filters
- Any builtin functionality can be replaced with third-party implementation if it you need it
Installation & configuration
Detailed explaination of what you need to do to get it running can be found here.
Documentation
The full documentation is published here
Examples of more advanced configurations with explainations can be found in the examples directory in the source repository.
Community
There is IRC channel on freenode.net named #maddy. You can join it if you have any questions or just want to talk.
Also there is public mailing list for maddy-related discussions on https://lists.sr.ht/~foxcpp/maddy. You can use it too.
Contributing
License
The code is under MIT license. See LICENSE for more information.