84 lines
2.6 KiB
Markdown
84 lines
2.6 KiB
Markdown
|
# Mailu
|
||
|
|
||
|
Mailu hat ein übersichtliches Admin Interface und bietet alle wichtigten Funktionen
|
||
|
für die Administration eines Mailservers. Als Webclient kann entweder Rainloop oder Roundcube verwendet werden.
|
||
|
Für eine externe Authentifizierung ist ein Fork mit einer openid connect Implementierung in Entwicklung.
|
||
|
|
||
|
## Allgemeine Informationen
|
||
|
|
||
|
* Website: https://mailu.io/1.9/
|
||
|
* Demo:
|
||
|
* [Hersteller](https://mailu.io/master/demo.html)
|
||
|
* [local-it]() admin : (Zugang für Demo-System hier)
|
||
|
|
||
|
admin@mailu.dev.local-it.cloud : admin
|
||
|
https://mailu.dev.local-it.cloud/admin
|
||
|
https://mailu.dev.local-it.cloud/webmail/
|
||
|
|
||
|
* Source Code: [hier](https://github.com/mailu/mailu)
|
||
|
* Dokumentation: [hier]( https://mailu.io/1.9/)
|
||
|
* Lizenz: MIT
|
||
|
* Programmiersprache (Framework): Python / Docker
|
||
|
* Geschäftsmodell: all FOSS
|
||
|
|
||
|
### Kernfunktionen (Spezialisierung der Plattform)
|
||
|
|
||
|
* Standard email server, IMAP and IMAP+, SMTP and Submission
|
||
|
* Advanced email features, aliases, domain aliases, custom routing
|
||
|
* Web access, multiple Webmails and administration interface
|
||
|
* User features, aliases, auto-reply, auto-forward, fetched accounts
|
||
|
* Admin features, global admins, announcements, per-domain delegation, quotas
|
||
|
* Security, enforced TLS, Letsencrypt!, outgoing DKIM, anti-virus scanner
|
||
|
* Antispam, auto-learn, greylisting, DMARC and SPF
|
||
|
* Freedom, all FOSS components, no tracker included
|
||
|
|
||
|
|
||
|
### Erweiterte Funktionen (nicht spezialisiert darauf)
|
||
|
* Webmail Rainloop / Roundcube
|
||
|
|
||
|
## Technisch
|
||
|
|
||
|
### Installation
|
||
|
|
||
|
* coop-cloud recipe: [ja](https://git.coopcloud.tech/coop-cloud/mailu)
|
||
|
* Docker: [image](https://hub.docker.com/u/mailu), [Dockerfile]()
|
||
|
* Docker-Compose: link
|
||
|
* Healthcheck: disabled?
|
||
|
* Secrets: auom. generiert
|
||
|
|
||
|
* Konfiguration via: envs /
|
||
|
* API-Dokumentation: Link
|
||
|
* Abhängigkeiten:
|
||
|
* App:
|
||
|
* Datenbank: redis
|
||
|
* public-ip / free mail ports
|
||
|
* Installationshinweise: (Was ist alles schief gelaufen?)
|
||
|
* webmail kommt nicht direkt hoch, versucht ggf zu früh auf einen anderen Service zuzugreifen
|
||
|
* benötigt host-mode damit container über die öfftl. ip-addr wissen
|
||
|
|
||
|
### Authentifizierung & SSO
|
||
|
|
||
|
fork mit openid: https://github.com/heviat/Mailu-OpenID
|
||
|
ldap offenes issue: https://github.com/Mailu/Mailu/issues/783
|
||
|
|
||
|
|
||
|
### Entwicklung
|
||
|
|
||
|
* Maintainership: Community
|
||
|
* Contributors: 168
|
||
|
* Letzte Änderung: 07.06.2022
|
||
|
* Letzter Release / Zyklus: 08.06.2022 [1.9.31](https://github.com/Mailu/Mailu/releases/tag/1.9.31), mehrfach im Monat
|
||
|
* Erweiterbarkeit: ?
|
||
|
* Geplante Entwicklung / Roadmap: github milestones
|
||
|
|
||
|
Überprüft am: 28.06.22
|
||
|
|
||
|
### sonstiges
|
||
|
|
||
|
https://crowdfunding.lfx.linuxfoundation.org/projects/mailu
|
||
|
|
||
|
* Import / Export von Userdaten
|
||
|
|
||
|
## Notizen
|
||
|
|
||
|
Version 1.1 14.06.2022
|