From 94d3755ae6c400a3eae12c6a869349459c1f057e Mon Sep 17 00:00:00 2001 From: Mario Alegre <mario@git.alemor.org> Date: Thu, 21 May 2020 15:48:42 -0500 Subject: [PATCH] working on postfix --- src/postfix/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postfix/Containerfile b/src/postfix/Containerfile index 43f9364..260532a 100644 --- a/src/postfix/Containerfile +++ b/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 \ No newline at end of file