diff --git a/README.md b/README.md index 26862b00..8ef9936f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ The mail infrastructure is based on a standard MTA-LDA pattern : * Roundcube (or any Webmail) as a user-friendly Web client ; * Freeposte (Flask application) as an administration interface. +![Architecture](doc/archi.png) + How-to run your mail server =========================== @@ -56,5 +58,3 @@ Finally, you can run your mail server: ``` docker-compose up -d ``` - - diff --git a/doc/archi.png b/doc/archi.png new file mode 100644 index 00000000..272dc7a2 Binary files /dev/null and b/doc/archi.png differ