Add ssmtp to handle redirect
This commit is contained in:
parent
afbceef589
commit
ae2e9e6099
2 changed files with 54 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
FROM alpine:3
|
||||
|
||||
RUN apk add --no-cache tini ca-certificates dovecot dovecot-ldap dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d python3
|
||||
RUN apk add --no-cache tini ca-certificates dovecot dovecot-ldap dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d python3 ssmtp
|
||||
|
||||
ADD dovecot.conf /etc/dovecot/dovecot.conf
|
||||
ADD ssmtp.conf /etc/ssmtp/ssmtp.conf
|
||||
|
||||
VOLUME ["/etc/dovecot", "/srv/mail"]
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue