This website works better with JavaScript.
首頁
探索
說明
登入
adrian
/
emailwiz
镜像来自
https://github.com/LukeSmithxyz/emailwiz.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
ensure services enabled,
close
#228
pull/230/head
Luke Smith
2 年之前
父節點
3c17f0dcd3
當前提交
fd41c1d652
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
emailwiz.sh
+ 1
- 0
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.
Write
Preview
Loading…
取消
儲存