mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-26 18:59:14 +02:00
12 lines
270 B
Markdown
12 lines
270 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:
|
|
|
|
```
|
|
...
|
|
environment:
|
|
- ENABLE_FETCHMAIL=1
|
|
...
|
|
```
|
|
|