Skip to content

Commit

Permalink
Bump email
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Feb 5, 2024
1 parent 68db15b commit ed17113
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/email/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ RUN sed -i 's/#login_trusted_networks =/login_trusted_networks = fd00:cafe::\/32
# The only one user will have its mailbox at /data
sed -iE 's#mail_location =.*#mail_location = maildir:/data#' /etc/dovecot/conf.d/10-mail.conf && \
# Disable TLS, managed by tls proxy
sed -i 's#ssl = yes#ssl = no#' /etc/dovecot/conf.d/10-ssl.conf && \
sed -i -e 's#ssl = yes#ssl = no#' \
-e 's/ssl_cert =/#ssl_cert =/' \
-e 's/ssl_key =/#ssl_key =/' \
/etc/dovecot/conf.d/10-ssl.conf && \
# User passwd db file, need to be mounted as a secret
sed -i 's#/etc/dovecot/users#/etc/dovecot/users/users#' /etc/dovecot/conf.d/auth-passwdfile.conf.ext && \
rm -f /etc/dovecot/users && \
Expand Down

0 comments on commit ed17113

Please sign in to comment.