Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 861 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 861 Bytes

fetchmail

This is a Docker image for fetchmail.

Usage

  1. Copy docker-compose.yml to a local directory and adjust it to fit your needs.
  2. Create fetchmailrc and Dockerfile from the examples below.
  3. The command docker-compose up creates a container with your configuration.

Examples

Dockerfile

FROM jeboehm/fetchmail:latest

fetchmailrc

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]