dovecot/Dockerfile

18 lines
512 B
Docker
Raw Normal View History

2017-09-22 11:14:50 +00:00
FROM registry.gitlab.com/thallian/docker-confd-env:master
2016-07-06 08:58:48 +00:00
2017-09-22 16:35:52 +00:00
RUN apk add --no-cache dovecot dovecot-ldap libressl ssmtp ca-certificates
2017-09-22 11:14:50 +00:00
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
dovecot-pigeonhole-plugin-ldap
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
2017-06-13 11:59:39 +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 /