1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-29 11:41:18 +02:00

Add tree view of config folder

This commit is contained in:
Josef Friedrich 2016-09-04 19:13:18 +02:00
parent 1276a7d95e
commit 8d7301d679

@ -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: