소스 검색

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
No known key found for this signature in database 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.


불러오는 중...
취소
저장