2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-28 21:07:41 +00:00
2016-08-21 14:03:37 +02:00

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
...