1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-04 10:24:41 +02:00
Mailu/README.md

65 lines
2.3 KiB
Markdown
Raw Normal View History

2016-08-29 21:17:29 +02:00
![Logo](logo.png)
2016-08-29 21:15:20 +02:00
2017-02-05 12:25:26 +02:00
[Join us and chat about the project.](https://riot.im/app/#/room/#mailu:tedomum.net)
2016-11-29 12:54:30 +02:00
Mailu
=====
2016-11-01 12:19:33 +02:00
*This project used to be named Freeposte.io, the name was changed back in
October 2016.*
2016-01-10 23:33:43 +02:00
2016-05-04 12:57:21 +02:00
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.
2016-01-10 23:33:43 +02:00
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/mail-u/mailu/wiki/Demo-server).
2016-07-31 20:52:02 +02:00
Features
========
2016-02-24 10:08:36 +02:00
2016-07-31 20:52:02 +02:00
Main features include:
2016-02-24 10:08:36 +02:00
2016-07-31 20:52:02 +02:00
- **Standard email server**, IMAP and IMAP+, SMTP and Submission
- **Web access**, multiple Webmails and adminitration interface
2016-07-31 20:52:02 +02:00
- **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
2016-08-19 19:38:19 +02:00
- **Freedom**, all FOSS components, no tracker included
2016-02-24 10:08:36 +02:00
2017-02-05 12:23:44 +02:00
![Creating a new user](https://mailu.io/screenshots/create.png)
2016-02-24 10:47:04 +02:00
Running a mail server
=====================
Mailu runs on top of Docker for easy packaging and upgrades. All you need
2016-06-12 11:32:42 +02:00
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/mail-u/mailu/wiki/Setup-Guide).
2016-07-31 20:52:02 +02:00
Contributing
============
Mailu is free software, open to suggestions and contributions. All
2016-07-31 20:52:02 +02:00
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/mail-u/mailu/wiki/Contributors-Guide).