From 85a9a1608c9a625f5e337a0fb99ce5806563b6d4 Mon Sep 17 00:00:00 2001 From: dofl Date: Thu, 21 Jan 2016 16:05:43 +0100 Subject: [PATCH] Update mail-postfix.sh --- setup/mail-postfix.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index c97d2f54..f7f2e689 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -66,11 +66,11 @@ apt_install postfix postfix-pcre postgrey ca-certificates tools/editconf.py /etc/postfix/main.cf \ inet_interfaces=all \ - myhostname=$PRIMARY_HOSTNAME\ + myhostname=$PRIMARY_HOSTNAME \ smtpd_banner="\$myhostname ESMTP Hi, I'm a Mail-in-a-Box (Ubuntu/Postfix; see https://mailinabox.email/)" \ - mydestination=localhost - delay_warning_time=3h - maximal_queue_lifetime=2d + mydestination=localhost \ + delay_warning_time=3h \ + maximal_queue_lifetime=2d \ bounce_queue_lifetime=1d # ### Outgoing Mail