From 62a06e955ef861e3dcabe2b3515e0c4e4e1e9a00 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Sun, 18 Jul 2021 23:46:39 +0700 Subject: [PATCH] Update sample domain --- scripts/install_mailer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_mailer.sh b/scripts/install_mailer.sh index 6302b0a..9d6433f 100755 --- a/scripts/install_mailer.sh +++ b/scripts/install_mailer.sh @@ -2,7 +2,7 @@ # Mail Installer # Min. Requirement : GNU/Linux Ubuntu 16.04 -# Last Build : 12/07/2019 +# Last Build : 18/07/2021 # Author : MasEDI.Net (me@masedi.net) # Since Version : 1.0.0 @@ -45,7 +45,7 @@ function install_postfix() { run postconf -e "alias_database = hash:/etc/aliases" run postconf -e "home_mailbox = Maildir/" run postconf -e "myhostname = ${HOSTNAME}" - #run postconf -e "mydomain = eslabs.id" + #run postconf -e "mydomain = lemper.cloud" run postconf -e "myorigin = localhost" run postconf -e "mydestination = \$myhostname, localhost, localhost.localdomain"