summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-12-24 20:37:13 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-12-24 20:37:13 -0500
commit8dce9ba2d70186e88a0458020cb7dc9fe501f3ab (patch)
tree22ff9aba3e60929aefc656eb323a61f5e8b859ca
parent6193302d9607e317987f6621a8dc7ce77b63f277 (diff)
fix? sa-dovecot not integrated at start
-rwxr-xr-xemailwiz.sh2
1 files changed, 1 insertions, 1 deletions
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