From fd41c1d6528bf90b7475a34e976a15f2c658d26d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 20 Jul 2022 13:33:10 -0400 Subject: [PATCH] ensure services enabled, close #228 --- emailwiz.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/emailwiz.sh b/emailwiz.sh index 5b45f03..f7028df 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -307,6 +307,7 @@ systemctl daemon-reload for x in spamassassin opendkim dovecot postfix; do printf "Restarting %s..." "$x" service "$x" restart && printf " ...done\\n" + systemctl enable "$x" done # If ufw is used, enable the mail ports.