Initial commit.
This commit is contained in:
commit
69f56bbb7e
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM debian:wheezy
|
||||||
|
MAINTAINER yohan <783b8c87@scimetis.net>
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list
|
||||||
|
RUN apt-get update && apt-get -y install fetchmail
|
||||||
|
COPY fetchmailrc /etc/
|
||||||
|
ENTRYPOINT ["/usr/bin/fetchmail", "-N", "-f", "/etc/fetchmailrc", "-d", "300"]
|
2
fetchmailrc-example
Normal file
2
fetchmailrc-example
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
poll ssl0.ovh.net with protocol IMAP
|
||||||
|
username "mail@scimetis.net" with password "XXXXXXXXXXXXXXXXX" is admin here fetchall ssl idle smtphost dovecot/24 lmtp
|
Loading…
Reference in New Issue
Block a user