1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-25 00:09:31 +02:00

10 lines
245 B
Markdown
Raw Normal View History

# 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
```