Parcourir la source

Removed redundant code.

pull/228/head
Lysergic Facet il y a 2 ans
committed by GitHub
Parent
révision
3ee022760a
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      emailwiz.sh

+ 1
- 2
emailwiz.sh Voir le fichier

@@ -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.


Chargement…
Annuler
Enregistrer