add ssmtp for mail redirecting
This commit is contained in:
parent
89e243f9b7
commit
c982b90c7b
5 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM thallian/confd-env:latest
|
||||
|
||||
RUN apk add --no-cache dovecot dovecot-ldap dovecot-pigeonhole-plugin
|
||||
RUN apk add --no-cache dovecot dovecot-ldap dovecot-pigeonhole-plugin ssmtp
|
||||
|
||||
RUN addgroup -g 1111 vmail
|
||||
RUN adduser -u 1111 -h /var/lib/vmail -D -G vmail vmail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue