docker-mailserver/docs/content/advanced/mail-fetchmail.md

13 lines
270 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`
2016-08-21 14:03:37 +02:00
Your `docker-compose.yml` file should look like following snippet:
```
2016-08-21 14:03:37 +02:00
...
environment:
- ENABLE_FETCHMAIL=1
...
```