Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1178258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensuse-fetchmail-image?expand=0&rev=4
fetchmail container
fetchmail retrievs mails and forwards them; it fetches the mail from remote IMAP or POP3 servers and forwards them to your local machine.
Guide
Run a new fetchmail instance
This fetchmail container requires a fetchmailrc configuration file provided
by the user.
The command to run this container is:
podman run -d --rm --name fetchmail -v /etc/fetchmailrc:/etc/fetchmailrc:ro registry.opensuse.org/opensuse/fetchmail
Data persistence
fetchmail does not store anything local, but forwards all emails to a local mail system.
Fetchmail documentation
To read the current fetchmail documentation:
podman run registry.opensuse.org/opensuse/fetchmail man fetchmail
Supported environment variables:
DEBUG=0|1Enables debug modeTZTimezone to usePOLLING_INTERVALInterval to poll for new mails, default is600FETCHALL=[0|1]Retrieve both old (seen) and new messages, default1SILENT=[0|1]Suppresses all progress/status messagesSMTP_HOSTSComma seprated list of hosts to forward mail to
Configuration file
/etc/fetchmailrcConfiguration file for fetchmail
Languages
XML
100%