From 8dce9ba2d70186e88a0458020cb7dc9fe501f3ab Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 24 Dec 2020 20:37:13 -0500 Subject: [PATCH] fix? sa-dovecot not integrated at start --- emailwiz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailwiz.sh b/emailwiz.sh index 1fbcf51..31a54c8 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 dovecot postfix opendkim spamassassin; do +for x in spamassassin opendkim dovecot postfix do printf "Restarting %s..." "$x" service "$x" restart && printf " ...done\\n" done