mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-27 03:09:26 +02:00
Add documentation proposal for fetchmail service
This commit is contained in:
parent
feeb0aba6e
commit
3b7ed57dde
1 changed files with 9 additions and 0 deletions
9
docs/content/advanced/mail-fetchmail.md
Normal file
9
docs/content/advanced/mail-fetchmail.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# 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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue