From 11a74b2a992809e9cf970ab58b6d2e0e42ca2027 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 17 Sep 2019 13:09:44 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer.sh b/installer.sh index eb01d5b..e5f95ad 100644 --- a/installer.sh +++ b/installer.sh @@ -60,6 +60,8 @@ domonly=${domain} domain=mail.${domain} branch=stable dhparam=1024 +debconf-set-selections <<< "postfix postfix/mailname string $(hostname -f)" +debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'" ##----------------## # Pre-Config #