1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Insular email distribution - mail server as Docker images
Go to file
2017-11-02 20:05:12 +01:00
core Merge branch 'master' into refactor-repo 2017-11-01 18:29:25 +01:00
docs Fix the rst syntax for most documentation 2017-11-02 20:05:12 +01:00
optional Move all directories per theme 2017-11-01 12:11:04 +01:00
services Move all directories per theme 2017-11-01 12:11:04 +01:00
webmail Move all directories per theme 2017-11-01 12:11:04 +01:00
.gitignore Move all directories per theme 2017-11-01 12:11:04 +01:00
.gitsplit.yml Split tags correctly too 2017-05-29 13:51:43 +02:00
AUTHORS.md Add a note about changing the license related to contributors 2017-10-29 21:15:43 +01:00
CHANGELOG.md Prepare the changelog for 1.5.0 2017-11-01 12:03:09 +01:00
LICENSE.md Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
README.md Move images to the documentation folder 2017-11-01 12:04:31 +01:00

Logo

Join us and chat about the project.

Mailu

This project used to be named Freeposte.io, the name was changed back in October 2016.

Simple yet full-featured mail server as a set of Docker images. The idea behing Mailu is identical to motivations that led to poste.io: providing a simple and maintainable mail server that is painless to manage and does not require more resources than necessary.

People from poste.io did an amazing job at accomplishing this ; any company looking for a serious yet simple mail server with professional support should turn to them.

This project is meant for free software supporters and hackers to reach the same level of functionality and still be able to host a complete mail server at little cost while running only FOSS, applying the KISS principle and being able to fine-tune some details if needed.

Try it out on our demo server.

Features

Main features include:

  • Standard email server, IMAP and IMAP+, SMTP and Submission
  • Advanced email features, aliases, domain aliases, custom routing
  • Web access, multiple Webmails and adminitration interface
  • User features, aliases, auto-reply, auto-forward, fetched accounts
  • Admin features, global admins, announcements, per-domain delegation, quotas
  • Security, enforced TLS, Letsencrypt!, outgoing DKIM, anti-virus scanner
  • Antispam, auto-learn, greylisting, DMARC and SPF
  • Freedom, all FOSS components, no tracker included

Creating a new user

Running a mail server

Mailu runs on top of Docker for easy packaging and upgrades. All you need is a proper system with Docker and Compose installed, then simply download the docker-compose.yml and sample .env, tune them to your needs and fire up the mail server:

docker-compose up -d

For a detailed walktrough, see the Setup Guide.

Contributing

Mailu is free software, open to suggestions and contributions. All components are free software and compatible with the MIT license. All specific configuration files, Dockerfiles and code are placed under the MIT license.

For details, see the Contributor Guide.