From bbeb08346765ac9c626d63d5ec04e89f38acbbc0 Mon Sep 17 00:00:00 2001 From: cmharper <1422608+cmharper@users.noreply.github.com> Date: Sat, 13 Apr 2019 07:11:56 +0000 Subject: [PATCH] Fixed missing = in smtp_tls_policy_maps --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 6a7bbad6..7a5960d8 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -285,7 +285,7 @@ zones: EOF # add postfix configuration -tools/editconf.py /etc/postfix/main.cf -s \ +tools/editconf.py /etc/postfix/main.cf \ smtp_tls_policy_maps=socketmap:inet:127.0.0.1:8461:postfix # enable and start the MTA-STS service