Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Fetch e mails from external IMAP POP3

hardware edited this page Dec 5, 2016 · 4 revisions

To enable fetchmail feature, set ENABLE_FETCHMAIL to true in your docker-compose.yml :

environment:
  - ENABLE_FETCHMAIL=true

Then add retrieval settings in postfixadmin like this :

Due to implementation of fetchmail mechanism in this docker image, polling interval has been set to 10 minutes, you can't change it.