Browse Source

working on postfix

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
c68833b0de
  1. 6
      src/postfix/Containerfile

6
src/postfix/Containerfile

@ -19,5 +19,11 @@ ARG FILESUID=5000
### General Setup
###
# tell debian not to ask any questions during package install
ARG DEBIAN_FRONTEND=noninteractive
# set the mailname
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