浏览代码

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.


正在加载...
取消
保存