You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Update logo and readme regarding to renaming, related to #87
This commit is contained in:
21
README.md
21
README.md
@@ -1,10 +1,13 @@
|
||||

|
||||
|
||||
Freeposte.io
|
||||
============
|
||||
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 Freeposte.io is identical to motivations that led to poste.io:
|
||||
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.
|
||||
|
||||
@@ -17,7 +20,7 @@ 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/kaiyou/freeposte.io/wiki/Demo-server).
|
||||
[Try it out on our demo server](https://github.com/mail-u/mailu/wiki/Demo-server).
|
||||
|
||||
Features
|
||||
========
|
||||
@@ -32,12 +35,12 @@ Main features include:
|
||||
- **Antispam**, auto-learn, greylisting, DMARC and SPF
|
||||
- **Freedom**, all FOSS components, no tracker included
|
||||
|
||||

|
||||

|
||||
|
||||
Running a mail server
|
||||
=====================
|
||||
|
||||
Freeposte.io runs on top of Docker for easy packaging and upgrades. All you need
|
||||
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:
|
||||
@@ -46,14 +49,14 @@ fire up the mail server:
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
For a detailed walktrough, see the [Setup Guide](https://github.com/kaiyou/freeposte.io/wiki/Setup-Guide).
|
||||
For a detailed walktrough, see the [Setup Guide](https://github.com/mail-u/mailu/wiki/Setup-Guide).
|
||||
|
||||
Contributing
|
||||
============
|
||||
|
||||
Freeposte.io is free software, open to suggestions and contributions. All
|
||||
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](https://github.com/kaiyou/freeposte.io/wiki/Contributors-Guide).
|
||||
For details, see the [Contributor Guide](https://github.com/mail-u/mailu/wiki/Contributors-Guide).
|
||||
|
||||
Reference in New Issue
Block a user