✉️ Composable all-in-one mail server. https://maddy.email
Find a file
fox.cpp b67f88442f
dist: Don't enable fail2ban jails by default
The user is generally expected to be aware of its existence before using
it.  Notably, the default fail2ban installation does not have any jails
enabled, so follow that convention.
2019-11-19 18:13:13 +03:00
.github docs: Add some guidelines to CONTRIBUTING.md 2019-11-07 00:46:12 +03:00
address address: Improve Split function to handle quoted local-part and escapes 2019-11-12 02:15:23 +03:00
auth Rework how error inspection and logging is done 2019-11-02 05:30:48 +03:00
buffer buffer: Move to a separate package 2019-08-25 20:23:13 +03:00
check Fix the misuse of certain SMTP status codes 2019-11-19 00:28:05 +03:00
cmd Move -state, -runtime flags into configuration 2019-11-15 20:51:44 +03:00
config Make module reference directives less confusing 2019-11-13 22:59:18 +03:00
dist dist: Don't enable fail2ban jails by default 2019-11-19 18:13:13 +03:00
dns target/remote: Add tests for delivery and MX authentication 2019-11-16 23:10:46 +03:00
dsn dsn: Truncate timestamps to seconds 2019-09-28 15:28:03 +03:00
endpoint endpoint/smtp: Include src_ip in 'possible dictonary attack' messages 2019-11-19 13:50:29 +03:00
examples Make module reference directives less confusing 2019-11-13 22:59:18 +03:00
exterrors exterrors: Don't assume SMTPERror.Err != nil 2019-11-19 14:14:07 +03:00
future Fix (or silence) a bunch of linter warnings 2019-11-09 21:05:28 +03:00
log Unwrap DNS errors into annotated exterrors objects 2019-11-19 00:22:22 +03:00
man docs: Fix-up tabs in maddy-targets(5) 2019-11-19 01:42:15 +03:00
modify modify: Fix-up 2c75739 2019-11-12 01:14:33 +03:00
module Make CheckState objects hashable 2019-11-19 00:02:09 +03:00
msgpipeline Unwrap DNS errors into annotated exterrors objects 2019-11-19 00:22:22 +03:00
mtasts target/remote: Add tests for delivery and MX authentication 2019-11-16 23:10:46 +03:00
storage/sql storage/sql: Fix APPENDLIMIT support 2019-11-19 13:13:16 +03:00
target Fix the misuse of certain SMTP status codes 2019-11-19 00:28:05 +03:00
testutils target/smtp_downstream: Add tests 2019-11-18 22:06:06 +03:00
.build.yml ci: Use Arch Linux image 2019-11-18 15:31:55 +03:00
.editorconfig Add .editorconfig 2019-11-15 21:08:06 +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
build_info.go Move all code from cmd/maddy into root package 2019-11-15 19:34:20 +03:00
config.go Don't leak old os.File on log rotation 2019-11-12 23:29:49 +03:00
directories.go Move all code from cmd/maddy into root package 2019-11-15 19:34:20 +03:00
dummy.go Make module reference directives less confusing 2019-11-13 22:59:18 +03:00
get.sh get.sh: Actually fix $SUDO, use $GOPATH 2019-11-12 20:37:23 +03:00
go.mod target/remote: Add support for IP literals in place of recipient domains 2019-11-17 00:36:07 +03:00
go.sum target/remote: Add support for IP literals in place of recipient domains 2019-11-17 00:36:07 +03:00
HACKING.md Estabilish useful conventions for error annotations 2019-11-18 23:49:50 +03:00
LICENSE docs: Update copyright, repo links and IRC channel in README 2019-08-25 20:29:35 +03:00
maddy.conf Document DMARC support and it enable it by default 2019-11-18 18:56:21 +03:00
module_main.go Move -state, -runtime flags into configuration 2019-11-15 20:51:44 +03:00
README.md Document DMARC support and it enable it by default 2019-11-18 18:56:21 +03:00
run.go Move -state, -runtime flags into configuration 2019-11-15 20:51:44 +03:00
signal.go Make endpoint modules special 2019-10-26 21:28:07 +03:00
signal_nonposix.go Make endpoint modules special 2019-10-26 21:28:07 +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

Reference documentation is maintained as a set of man pages in the scdoc format. Rendered pages can be browsed here.

Tutorials and misc articles can be found on the project wiki.

Examples of more advanced configurations with explainations can be found in the examples directory.

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.