瀏覽代碼

Merge pull request #197 from SelfAdjointOperator/master

Reset umask to 0022 at beginning of install
pull/208/head
Luke Smith 2 年之前
committed by GitHub
父節點
當前提交
0409745a9d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh 查看文件

@@ -33,6 +33,9 @@
# On installation of Postfix, select "Internet Site" and put in TLD (without
# `mail.` before it).

echo "Setting umask to 0022..."
umask 0022

echo "Installing programs..."
apt install postfix dovecot-imapd dovecot-sieve opendkim spamassassin spamc
# Check if OpenDKIM is installed and install it if not.


Loading…
取消
儲存