mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-30 13:57:41 +00:00
Add tree view of folder structure
This commit is contained in:
@@ -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
|
## Example IMAP configuration
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user