From 00d041e4da2939f6dc4d9b82a51817b038fe9b9b Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 22 Aug 2016 10:16:47 +0200 Subject: [PATCH] Add tree view of folder structure --- ...a-remote-mail-server-(using-builtin-fetchmail).md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 ee26114..1188721 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 @@ -8,7 +8,17 @@ environment: ... ``` -Generate a file called `fetchmail.cf` and place it in the `config` folder. +Generate a file called `fetchmail.cf` and place it in the `config` folder. Your dockermail folder should look like this example: + +``` +├── config +│   ├── dovecot.cf +│   ├── fetchmail.cf +│   ├── postfix-accounts.cf +│   └── postfix-virtual.cf +├── docker-compose.yml +└── README.md +``` ## Example IMAP configuration