Browse Source

working on postfix

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
94d3755ae6
  1. 2
      src/postfix/Containerfile

2
src/postfix/Containerfile

@ -23,7 +23,7 @@ ARG FILESUID=5000
ARG DEBIAN_FRONTEND=noninteractive
# set the mailname
echo "mail.brbytes.org" > /etc/mailname
RUN echo "mail.brbytes.org" > /etc/mailname
# install packages we want
RUN apt update -y && apt install -y postfix dovecot-imapd dovecot-lmtpd
Loading…
Cancel
Save