mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2024-11-17 15:40:10 +01:00
270 B
270 B
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
...