dovecot/Dockerfile

16 lines
367 B
Docker
Raw Normal View History

2016-07-06 08:58:48 +00:00
FROM thallian/confd-env:latest
2016-08-24 09:36:49 +00:00
RUN apk add --no-cache dovecot dovecot-ldap dovecot-pigeonhole-plugin ssmtp
2016-07-06 08:58:48 +00:00
2016-07-14 07:59:48 +00:00
RUN addgroup -g 1111 vmail
RUN adduser -u 1111 -h /var/lib/vmail -D -G vmail vmail
2016-07-06 08:58:48 +00:00
2016-07-14 07:59:48 +00:00
RUN mkdir /var/lib/vmail/sieve-after/
RUN chown vmail:vmail /var/lib/vmail/sieve-after/
2016-07-06 08:58:48 +00:00
2016-07-14 07:59:48 +00:00
EXPOSE 143 4190 6334 7777
2016-07-06 08:58:48 +00:00
VOLUME /var/lib/vmail/mail/ /etc/ssl/mail
ADD /rootfs /