Ver a proveniência

Reset umask to 0022 at beginning of install

pull/197/head
SelfAdjointOperator há 2 anos
ascendente
cometimento
591e1b528e
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 26284047C24E5758
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh Ver ficheiro

@@ -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.


Carregando…
Cancelar
Guardar