From 829dca86b3cf2bb3940f95f30b0b398d8bceadfa Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 22 Aug 2016 10:20:59 +0200 Subject: [PATCH] Add link to fetchmail website --- ...ails-from-a-remote-mail-server-(using-builtin-fetchmail).md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md b/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md index 1188721..a92fa14 100644 --- a/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md +++ b/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md @@ -1,5 +1,4 @@ -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: +To enable the [fetchmail](http://www.fetchmail.info) service to retrieve e-mails set the environment variable `ENABLE_FETCHMAIL` to `1`. Your `docker-compose.yml` file should look like following snippet: ``` ...