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
2016-11-08 20:34:38 +01:00
admin Change the spam threshold to an integer, related to #103 2016-11-08 20:34:38 +01:00
clamav Add README documents for clamav and nginx 2016-11-01 00:16:52 +01:00
dovecot Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
fetchmail Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
nginx Add README documents for clamav and nginx 2016-11-01 00:16:52 +01:00
none Add a dynamic Webmail option with a 'none' container 2016-08-20 16:48:29 +02:00
postfix Remove reject_unauth_destination as relay restrictions are applied 2016-11-01 15:58:14 +01:00
rainloop Copy config files properly when rainloop starts 2016-11-06 10:32:13 +01:00
rmilter Remove deprecated awl settings 2016-09-03 14:40:50 +02:00
roundcube Move the webmail to /webmail, fixes #82 2016-10-30 11:33:29 +01:00
rspamd Run the rspamd controller 2016-06-19 21:56:20 +02:00
.env.dist Rename .env to .env.dist and fix freeposte refs 2016-10-28 00:41:27 +02:00
.gitignore Added mac docker-compose yml to .gitignore 2016-08-02 03:14:10 +02:00
AUTHORS.md Rename the freeposte/mailu directory and database 2016-10-29 13:42:39 +02:00
CHANGELOG.md Update the changelog for 1.3 2016-11-05 20:58:03 +01:00
docker-compose.yml.dist Rename /mailu/mailu to /mailu/data 2016-11-01 10:55:16 +01: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 Fix a typo in the readme 2016-11-01 11:19:33 +01:00

Logo

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
  • Web access, multiple Webmails and adminitration interface
  • User features, aliases, auto-reply, auto-forward, fetched accounts
  • Admin features, global admins, per-domain delegation, quotas
  • Security, enforced TLS, 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.