From 8d7301d6798ac8641b6170e16eaef2eef8e56168 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Sun, 4 Sep 2016 19:13:18 +0200 Subject: [PATCH] Add tree view of config folder --- docs/content/advanced/override-defaults/dovecot.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/content/advanced/override-defaults/dovecot.md b/docs/content/advanced/override-defaults/dovecot.md index 42fae048..798758b4 100644 --- a/docs/content/advanced/override-defaults/dovecot.md +++ b/docs/content/advanced/override-defaults/dovecot.md @@ -2,6 +2,17 @@ The Dovecot default configuration can easily be overridden providing a `config/d This file can also be used to specify additional configurations. [Dovecot documentation](http://wiki.dovecot.org/FrontPage) remains the best place to find configuration options. +Your `docker-mailserver` folder should look like this example: + +``` +├── config +│ ├── dovecot.cf +│ ├── postfix-accounts.cf +│ └── postfix-virtual.cf +├── docker-compose.yml +└── README.md +``` + # Debugging To debug your dovecot configuration you can use this command: