mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Add tree view of folder structure
This commit is contained in:
parent
0e9ce32dcc
commit
4f46a059ce
|
@ -8,7 +8,17 @@ environment:
|
|||
...
|
||||
```
|
||||
|
||||
Generate a file called `fetchmail.cf` and place it in the `config` folder.
|
||||
Generate a file called `fetchmail.cf` and place it in the `config` folder. Your dockermail folder should look like this example:
|
||||
|
||||
```
|
||||
├── config
|
||||
│ ├── dovecot.cf
|
||||
│ ├── fetchmail.cf
|
||||
│ ├── postfix-accounts.cf
|
||||
│ └── postfix-virtual.cf
|
||||
├── docker-compose.yml
|
||||
└── README.md
|
||||
```
|
||||
|
||||
## Example IMAP configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue