mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add tree view of config folder
This commit is contained in:
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:
|
||||
|
|
Loading…
Reference in a new issue