From de3abfe086f0f1d21cf32da4fcc488df7c760b13 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 25 Dec 2020 07:55:13 -0500 Subject: [PATCH] fix #109 --- emailwiz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailwiz.sh b/emailwiz.sh index 31a54c8..9975e44 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -280,7 +280,7 @@ postconf -e "smtpd_milters = inet:localhost:12301" postconf -e "non_smtpd_milters = inet:localhost:12301" postconf -e "mailbox_command = /usr/lib/dovecot/deliver" -for x in spamassassin opendkim dovecot postfix do +for x in spamassassin opendkim dovecot postfix; do printf "Restarting %s..." "$x" service "$x" restart && printf " ...done\\n" done