1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00
Insular email distribution - mail server as Docker images
Go to file
kaiyou 2169fb289e Merge pull request #89 from oschreibke/issue#88
Update to poll command; Upgrade logging - issue #88
2016-10-27 14:54:50 +02:00
admin Use Email as a mixin and explicitely specify table names 2016-10-16 17:21:01 +02:00
clamav Force temporary files to /tmp, related to #54 2016-09-10 13:17:55 +02:00
dovecot Disable access to extdata from user sieve scripts 2016-10-18 23:03:07 +02:00
fetchmail annotate and deactivate logging of the poll command - issue #88 2016-10-27 13:57:49 +02:00
nginx Do not expose the Web admin interface by default, fixes #40 2016-09-10 12:08:22 +02:00
none Add a dynamic Webmail option with a 'none' container 2016-08-20 16:48:29 +02:00
postfix Empty alias map to avoid warnings about /etc/aliases, fixes #84 2016-10-19 15:09:26 +02:00
rainloop Add a rainloop Webmail image, fixes #58 2016-09-03 14:10:42 +02:00
rmilter Remove deprecated awl settings 2016-09-03 14:40:50 +02:00
roundcube Enable the managesieve plugin in Roundcube, fixes #81 2016-10-18 23:03:43 +02:00
rspamd Run the rspamd controller 2016-06-19 21:56:20 +02:00
.env Remove unnecessary spaces in env file 2016-10-02 09:50:36 +02:00
.gitignore Added mac docker-compose yml to .gitignore 2016-08-02 03:14:10 +02:00
AUTHORS.md Format the authors file properly 2016-08-18 21:26:21 +02:00
CHANGELOG.md Add a changelog 2016-08-20 12:43:30 +02:00
docker-compose.yml Buld the proper http image 2016-09-10 12:08:22 +02:00
LICENSE.md Update the license file 2016-08-18 20:59:11 +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 Update logo and readme regarding to renaming, related to #87 2016-10-24 23:44:12 +02:00

Logo

Mailu

This project used to be named Freeposte.io, the name was change back in octobre 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.