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

38 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2018-06-28 16:29:52 +02:00
<p align="leftr"><img src="docs/assets/logomark.png" alt="Mailu" height="200px"></p>
2016-08-29 21:15:20 +02:00
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.
2016-11-29 12:54:30 +02:00
Most of the documentation is available on our [Website](https://mailu.io),
you can also [try our demo server](https://mailu.io/master/demo.html)
before setting up your own, and come [talk to us on Matrix](https://matrix.to/#/#mailu:tedomum.net).
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
2023-10-20 09:20:30 +02:00
- **Standard email server**, IMAP and IMAP+, SMTP and Submission with auto-configuration profiles for clients
2023-10-10 15:04:55 +02:00
- **Advanced email features**, aliases, domain aliases, custom routing, full-text search of email attachments
2018-05-15 00:00:28 +02:00
- **Web access**, multiple Webmails and administration interface
2023-04-20 15:36:17 +02:00
- **User features**, aliases, auto-reply, auto-forward, fetched accounts, managesieve
2017-09-17 12:59:37 +02:00
- **Admin features**, global admins, announcements, per-domain delegation, quotas
- **Security**, enforced TLS, DANE, MTA-STS, Letsencrypt!, outgoing DKIM, anti-virus scanner, [Snuffleupagus](https://github.com/jvoisin/snuffleupagus/), block malicious attachments
2022-10-24 09:49:58 +02:00
- **Antispam**, auto-learn, greylisting, DMARC and SPF, anti-spoofing
2016-08-19 19:38:19 +02:00
- **Freedom**, all FOSS components, no tracker included
2016-02-24 10:08:36 +02:00
2017-11-05 01:45:37 +02:00
![Domains](docs/assets/screenshots/domains.png)
2016-02-24 10:47:04 +02:00
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.