initial commit
This commit is contained in:
commit
697e3e8120
30 changed files with 167 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal 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 /
|
Loading…
Add table
Add a link
Reference in a new issue