mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 19:54:31 +02:00
Add tree view of config folder
This commit is contained in:
parent
1276a7d95e
commit
8d7301d679
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue