From c68833b0de71e1589f6ba4e0a860f32fa76b104d Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Thu, 21 May 2020 15:47:37 -0500 Subject: [PATCH] working on postfix --- src/postfix/Containerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/postfix/Containerfile b/src/postfix/Containerfile index 49d94dc..43f9364 100644 --- a/src/postfix/Containerfile +++ b/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 \ No newline at end of file