✉️ Composable all-in-one mail server. https://maddy.email
Find a file
fox.cpp c3ebbb05a0
Generalize message flow restrictions
Set of flow restrictions is represented as a "limits" module instance
that can be either created inline via "limits" directive in some modules
(including "remote" target and "smtp" endpoint) or defined globally and
referenced in configuration of modules mentioned above.

This permits a variety of use cases, including shared and separate
counters for various endpoints and also "modules group" style sharing
described in #195.
2020-02-15 17:02:48 +03:00
.github trivial typo 2019-12-02 04:54:52 +00:00
cmd Fix linter warnings 2020-02-08 03:32:28 +03:00
dist dist: Include AppArmor profiles 2020-01-04 18:29:58 +03:00
docs Generalize message flow restrictions 2020-02-15 17:02:48 +03:00
examples docs: Add tutorials/alias-to-remote 2019-12-07 03:55:34 +03:00
internal Generalize message flow restrictions 2020-02-15 17:02:48 +03:00
pkg Put a number of restrictions on directive names 2020-02-04 20:17:17 +03:00
.build.yml docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
.editorconfig docs: Use mkdocs to render documentation 2019-12-06 23:23:02 +03:00
.gitignore Rewrite build scripts 2020-02-07 20:33:58 +03:00
.golangci.yml Add .golangci.yml 2019-11-09 21:10:33 +03:00
.mkdocs.yml docs: Add page with implemented RFCs 2020-02-08 03:23:05 +03:00
build.sh Rewrite build scripts 2020-02-07 20:33:58 +03:00
config.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
go.mod Update dependencies + go mod tidy 2020-02-08 03:23:50 +03:00
go.sum Update dependencies + go mod tidy 2020-02-08 03:23:50 +03:00
HACKING.md Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
LICENSE Update copyright year in LICENSE 2020-01-02 19:12:10 +03:00
maddy.conf Generalize message flow restrictions 2020-02-15 17:02:48 +03:00
maddy.go Implement global callbacks for "shutdown" and "reload" 2020-01-02 12:26:32 +03:00
maddy_debug.go Extend .debug.* flags and hide them by default 2019-12-13 17:31:35 +03:00
README.md docs: Do not lie about maddy simplicity 2020-02-10 19:41:46 +03:00
signal.go Report "reloading" state to systemd when running reload callbacks 2020-01-02 12:38:02 +03:00
signal_nonposix.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
systemd.go Report "reloading" state to systemd when running reload callbacks 2020-01-02 12:38:02 +03:00
systemd_nonlinux.go Report "reloading" state to systemd when running reload callbacks 2020-01-02 12:38:02 +03:00

maddy

builds.sr.ht status

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

See .github/CONTRIBUTING.md.

License

The code is under MIT license. See LICENSE for more information.