From 09fb5eff422680545b9d7bd73a275cf0ae7b7747 Mon Sep 17 00:00:00 2001 From: Jeff Volkenant Date: Wed, 16 Jan 2019 10:56:39 -0800 Subject: [PATCH] fixed spacing --- setup/mail-postfix.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 8f3a2554..2272bd8b 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -209,8 +209,7 @@ tools/editconf.py /etc/postfix/main.cf \ # There was a change from Ubuntu 14.04 to 18.04 with how postfix handles SASL checks. # smtpd_sasl_auth_enable=yes must be set for reject_sender_login_mismatch -tools/editconf.py /etc/postfix/main.cf \ - smtpd_sasl_auth_enable=yes +tools/editconf.py /etc/postfix/main.cf smtpd_sasl_auth_enable=yes # Postfix connects to Postgrey on the 127.0.0.1 interface specifically. Ensure that # Postgrey listens on the same interface (and not IPv6, for instance).