1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Insular email distribution - mail server as Docker images
Go to file
2017-09-24 18:43:14 +02:00
admin Support specifyin multiple hostnames 2017-09-24 17:49:39 +02:00
clamav add clamav-libunrar 2017-04-21 14:54:53 +03:00
dovecot Support specifyin multiple hostnames 2017-09-24 17:49:39 +02:00
fetchmail Use --no-cache when installing packages 2017-02-12 16:46:30 +01:00
nginx Support TLS and STARTTLS for mail 2017-09-24 18:43:14 +02:00
none Add a dynamic Webmail option with a 'none' container 2016-08-20 16:48:29 +02:00
postfix Limit xclient to connections from the front container 2017-09-24 18:33:13 +02:00
radicale Add dulwich for git support 2017-03-02 09:06:31 +01:00
rainloop Point rainloop to the front container 2017-09-24 15:44:01 +02:00
rmilter Properly include the rmilter clamav configuration 2017-09-10 19:42:54 +02:00
roundcube Point roundcube to the front container 2017-09-24 15:44:23 +02:00
rspamd Have rspamd listen on ipv6 as well 2017-06-15 20:43:29 +02:00
.env.dist Make path to admin and webmail configurable, related to #236 2017-09-24 18:16:36 +02:00
.gitignore ignore vscode artefacts 2017-08-25 14:49:27 -07:00
.gitsplit.yml Split tags correctly too 2017-05-29 13:51:43 +02:00
AUTHORS.md Updated AUTHORS.md 2017-02-24 00:28:25 +01:00
CHANGELOG.md Publish version 1.4.0 2017-02-12 19:56:01 +01:00
docker-compose.yml.dist Prepare the docker compose configuration for nginx as a uninque frontend 2017-09-24 14:01:26 +02:00
LICENSE.md Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
logo.png Update logo and readme regarding to renaming, related to #87 2016-10-24 23:44:12 +02:00
logo.svg Update logo and readme regarding to renaming, related to #87 2016-10-24 23:44:12 +02:00
README.md Improve the warning message 2017-09-24 11:22:59 +02:00

⚠️ Warning

Be very careful when using master, especially if you are currently running 1.4, development of version 1.5 includes refactoring the frontend and authentication mechanisms. At best your server will stop working, at worst you could expose your data to malicious attackers!

Do not start using traefik as a frontend server. Traefik was first tested to replace nginx because certificate generation was a nightmare. As we are in the process of completely rewriting the frontend and authentication interface, it will probably be deprecated before 1.5 is out.

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.