From 3ee022760a58d59d032a491d5690af42b729263b Mon Sep 17 00:00:00 2001 From: Lysergic Facet Date: Wed, 20 Jul 2022 12:23:29 -0400 Subject: [PATCH] Removed redundant code. --- emailwiz.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emailwiz.sh b/emailwiz.sh index 013b56a..ae20381 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -309,8 +309,7 @@ for x in spamassassin opendkim dovecot postfix; do service "$x" restart && printf " ...done\\n" done -# Start the SpamAssassin process, and ensure SpamAssassin starts on boot. -/etc/init.d/spamassassin start +# Ensure SpamAssassin starts on boot. systemctl enable spamassassin.service # If ufw is used, enable the mail ports.