This is a Docker image for fetchmail.
- Copy docker-compose.yml to a local directory and adjust it to fit your needs.
- Create
fetchmailrc
andDockerfile
from the examples below. - The command
docker-compose up
creates a container with your configuration.
FROM jeboehm/fetchmail:latest
poll pop3.web.de with proto POP3
user "[email protected]" there with password "changeme" is fetchmail here sslcertck
smtphost your.mta.host.example.com
smtpname [email protected]
poll pop.gmx.net with proto POP3
user "[email protected]" there with password "changeme" is fetchmail here sslcertck
smtphost your.mta.host.example.com
smtpname [email protected]