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.
|
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.
|
[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
|
# Debugging
|
||||||
|
|
||||||
To debug your dovecot configuration you can use this command:
|
To debug your dovecot configuration you can use this command:
|
||||||
|
|
Loading…
Reference in New Issue