Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Feb 5, 2024
1 parent 28f27b9 commit 9b6ba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/email/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN chmod +x /usr/sbin/vsmtp ; mkdir /etc/vsmtp/domain-enabled/erebe.eu/

# Dovcecot configuration
# Disable imap port, only allow IMAPs
RUN sed -i 's/#port = 143/port = 0/' /etc/dovecot/conf.d/10-master.conf && \
RUN sed -i 's/#port = 144/port = 0/' /etc/dovecot/conf.d/10-master.conf && \

# 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 && \
Expand Down

0 comments on commit 9b6ba3b

Please sign in to comment.