|
|
|
@ -1,28 +1,15 @@
|
|
|
|
|
![Logo](docs/assets/logo.png)
|
|
|
|
|
|
|
|
|
|
[Join us and chat about the project.](https://riot.im/app/#/room/#mailu:tedomum.net)
|
|
|
|
|
Mailu is a simple yet full-featured mail server as a set of Docker images.
|
|
|
|
|
It is free software (both as in free beer and as in free speech), open to
|
|
|
|
|
suggestions and external contributions. The project aims at providing people
|
|
|
|
|
with an easily setup, easily maintained and full-featured mail server while
|
|
|
|
|
not shipping proprietary software nor unrelated features often found in
|
|
|
|
|
popular groupware.
|
|
|
|
|
|
|
|
|
|
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](https://github.com/mailu/mailu/wiki/Demo-server).
|
|
|
|
|
Most of the documentation is available on our [Website](https://mailu.io),
|
|
|
|
|
you can also [try our demo server](https://github.com/mailu/mailu/wiki/Demo-server)
|
|
|
|
|
before setting up your own, and come [talk to us on Matrix](https://matrix.to/#/#mailu:tedomum.net).
|
|
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
========
|
|
|
|
@ -40,20 +27,6 @@ Main features include:
|
|
|
|
|
|
|
|
|
|
![Creating a new user](https://mailu.io/screenshots/create.png)
|
|
|
|
|
|
|
|
|
|
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](https://github.com/mailu/mailu/wiki/Setup-Guide).
|
|
|
|
|
|
|
|
|
|
Contributing
|
|
|
|
|
============
|
|
|
|
|
|
|
|
|
@ -62,4 +35,4 @@ 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](https://github.com/mailu/mailu/wiki/Contributors-Guide).
|
|
|
|
|
For details, see the [contributor guide](https://github.com/mailu/mailu/wiki/Contributors-Guide).
|
|
|
|
|