Skip to content

Commit

Permalink
fix smtp sending
Browse files Browse the repository at this point in the history
  • Loading branch information
Topheee committed Jan 21, 2023
1 parent 7d07731 commit 491a70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ RUN postconf -e 'home_mailbox = emails/' && \

# we run in chroot mode (although it is not really necessary, because Docker already does it)
RUN sed -i '/^smtp /d' /etc/postfix/master.cf && \
echo 'smtp unix - - n - - smtp' >> /etc/postfix/master.cf && \
echo 'smtp inet n - y - - smtpd' >> /etc/postfix/master.cf

# *** SASL ***
Expand Down

0 comments on commit 491a70f

Please sign in to comment.