initial commit

This commit is contained in:
Sebastian Hugentobler 2016-07-06 10:58:48 +02:00
commit 697e3e8120
30 changed files with 167 additions and 0 deletions

14
Dockerfile Normal file
View file

@ -0,0 +1,14 @@
FROM thallian/confd-env:latest
RUN apk add --no-cache dovecot dovecot-ldap dovecot-pigeonhole-plugin
RUN mkdir /etc/dovecot/sieve-after/
RUN addgroup vmail
RUN adduser -h /var/lib/vmail -D -G vmail vmail
EXPOSE 6334 7777
VOLUME /var/lib/vmail/mail/ /etc/ssl/mail
ADD /rootfs /