瀏覽代碼

Removed redundant code.

pull/228/head
Lysergic Facet 2 年之前
committed by GitHub
父節點
當前提交
3ee022760a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      emailwiz.sh

+ 1
- 2
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.


Loading…
取消
儲存