imap-download: add example fetchmail rc file

This commit is contained in:
Starbeamrainbowlabs 2021-05-25 22:21:13 +01:00
parent 426e8cad23
commit 98cc0b0d80
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ COPY ./run.sh /srv/run.sh
VOLUME /mnt/fetchmailrc
VOLUME /mnt/output
# Example fetchmailrc file:
#
# poll starbeamrainbowlabs.com protocol IMAP
# user "user@example.com" with pass "PASSWORD_HERE"
# idle
# ssl
USER 10000:10000
ENTRYPOINT [ "/srv/run.sh" ]