From 5b53844a7e106ee5ea69e72c3b78c05562ba28a0 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 7 Apr 2017 16:04:53 -0700 Subject: [PATCH] Add instructions for exim in the Core's Readme. --- core/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index 4f8a1cb..ba2c25e 100644 --- a/core/README.md +++ b/core/README.md @@ -96,4 +96,13 @@ base_url: $HYPERKITTY_URL api_key: $HYPERKITTY_API_KEY ``` -[1]: https://github.com/maxking/docker-mailman.git +MTA +=== + +[Exim4][2] is the recommended MTA for this image. The [recommended +configuration][3] to run exim for this image can be found on github repository. + + +[1]: https://github.com/maxking/docker-mailman +[2]: http://www.exim.org +[3]: https://github.com/maxking/docker-mailman#setting-up-your-mta