✉️ Composable all-in-one mail server. https://maddy.email
Find a file
2019-12-06 23:23:02 +03:00
.github trivial typo 2019-12-02 04:54:52 +00:00
cmd Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
dist docs: Use mkdocs to render documentation 2019-12-06 23:23:02 +03:00
docs docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
examples Make module reference directives less confusing 2019-11-13 22:59:18 +03:00
internal modify: Make replace_{sender,rcpt} Unicode-aware 2019-12-06 20:09:13 +03:00
pkg Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +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 Add get.sh script for semi-automated installation 2019-10-30 02:43:22 +03:00
.golangci.yml Add .golangci.yml 2019-11-09 21:10:33 +03:00
.mkdocs.yml docs: Use mkdocs to render documentation 2019-12-06 23:23:02 +03:00
config.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
get.sh get.sh: Patch systemd unit and config to use paths from environment variables 2019-12-02 19:35:50 +03:00
go.mod Implement SMTPUTF8 support in smtp_downstream and remote modules 2019-12-02 19:35:51 +03:00
go.sum Implement SMTPUTF8 support in smtp_downstream and remote modules 2019-12-02 19:35:51 +03:00
HACKING.md Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
LICENSE docs: Update copyright, repo links and IRC channel in README 2019-08-25 20:29:35 +03:00
maddy.conf Remove global versions of the _perdomain directives 2019-12-02 19:49:48 +03:00
maddy.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
package.sh get.sh: Add DESTDIR environent variable support and set default values in binary 2019-12-02 19:35:50 +03:00
README.md docs: Use mkdocs to render documentation 2019-12-06 23:23:02 +03:00
signal.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
signal_nonposix.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
systemd.go Move most code from the repo root into subdirectories 2019-12-06 01:35:12 +03:00
systemd_nonlinux.go Use systemd notify socket to report process status 2019-11-21 23:58:06 +03:00

maddy

builds.sr.ht status

Simple, fast, secure 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

  • Comprehensive & secure
    • IMAP4rev1 & SMTP server in one binary
    • DKIM signing and verification
    • SPF policy enforcement
    • DMARC policy enforcement
    • MTA-STS policy enforcement
  • Simple to configure
    • Two steps (excluding messing with DNS) to get your own secure mail server running
    • Virtual users > system users
  • Fast
    • Optimized for concurrency
    • Single process model allows more efficient implementation
  • Useful

Planned:

  • Backscatter filtering (BATV) (#106)
  • Address aliases (#82, #18)
  • Zero-configuration full-text search (foxcpp/go-imap-sql#21)
  • Milter protocol support (#16)
  • DANE (#50)
  • Server-side messages encryption (#75)
  • JMAP (#19)

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.