Parcourir la source

Merge pull request #197 from SelfAdjointOperator/master

Reset umask to 0022 at beginning of install
pull/208/head
Luke Smith il y a 2 ans
committed by GitHub
Parent
révision
0409745a9d
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      emailwiz.sh

+ 3
- 0
emailwiz.sh Voir le fichier

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


Chargement…
Annuler
Enregistrer