mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-20 03:29:50 +02:00
Simplify the README for mere mortals
This commit is contained in:
parent
2672708e81
commit
c827659104
24
README.md
24
README.md
@ -15,6 +15,17 @@ 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.
|
||||
|
||||
General architecture
|
||||
====================
|
||||
|
||||
The mail infrastructure is based on a standard MTA-LDA pattern :
|
||||
|
||||
* Postfix for incoming and outgoing emails ;
|
||||
* Amavis as a filtering interface before delivery (with SpamaAssassin and ClamAV) ;
|
||||
* Dovecot as a delivery agent and reading (IMAP) server ;
|
||||
* Roundcube (or any Webmail) as a user-friendly Web client ;
|
||||
* Freeposte (Flask application) as an administration interface.
|
||||
|
||||
How-to run your mail server
|
||||
===========================
|
||||
|
||||
@ -46,17 +57,4 @@ Finally, you can run your mail server:
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
General architecture
|
||||
====================
|
||||
|
||||
The mail infrastructure is based on a standard MTA-LDA :
|
||||
|
||||
* Postfix with an SQLite database for transport ;
|
||||
* Dovecot with an SQLite database for delivery and access ;
|
||||
* Spamassassin for spam filtering ;
|
||||
* ClamAV for malware filtering.
|
||||
|
||||
Additional Web UI :
|
||||
|
||||
* Roundcube Webmail (can easily be replaced) ;
|
||||
* Administration UI based on Flask.
|
||||
|
Loading…
x
Reference in New Issue
Block a user