From 128411704127124486ef16af2093d7095b37945c Mon Sep 17 00:00:00 2001 From: Florian Kapfenberger Date: Sun, 12 Nov 2017 16:59:37 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b090b..b1df84e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ Mailman is a SPA written in React to help you to manage your email server databa ![Mailman Screenshot](screenshots/mailman.png) -## Installation +## Prerequisites + +You must have a functional mailserver with the database model provided by [Thomas Leister](https://github.com/ThomasLeister) in his awesome mailserver tutorial: +[Mailserver mit Dovecot, Postfix, MySQL und Rspamd unter Debian 9 Stretch](https://thomas-leister.de/mailserver-debian-stretch/) + +## Deployment ### Install required build tools @@ -77,3 +82,11 @@ npm start ``` Mailman is now running on port `4000`. If you wish to use a other port set a environment variable in .env file for example `PORT=50000` + +## License + +This project is licensed under the MIT License + +## Acknowledgments + +* Thank you [Thomas Leister](https://github.com/ThomasLeister) for you excellent mailserver installation instructions