mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-23 18:37:52 +00:00
10 lines
245 B
Markdown
10 lines
245 B
Markdown
|
# Warning! Not yet implemented feature
|
||
|
|
||
|
To enable the `fetchmail` service to retrieve e-mails set the environment variable `ENABLE_FETCHMAIL` to `1`
|
||
|
Your docker-compose.yml file should look like following snippet:
|
||
|
|
||
|
```
|
||
|
- ENABLE_FETCHMAIL=1
|
||
|
```
|
||
|
|