From 3b7ed57dde973a8655af225978b76887b698a32c Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Sun, 21 Aug 2016 14:02:06 +0200 Subject: [PATCH] Add documentation proposal for fetchmail service --- docs/content/advanced/mail-fetchmail.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/content/advanced/mail-fetchmail.md diff --git a/docs/content/advanced/mail-fetchmail.md b/docs/content/advanced/mail-fetchmail.md new file mode 100644 index 00000000..b7b44c9f --- /dev/null +++ b/docs/content/advanced/mail-fetchmail.md @@ -0,0 +1,9 @@ +# Warning! Not yet implemented feature + +To enable the `fetchmail` service to retrieve e-mails set the environment variable `ENABLE_FETCHMAIL` to `1` +Your docker-compose.yml file should look like following snippet: + +``` +- ENABLE_FETCHMAIL=1 +``` +