Ver a proveniência

Merge pull request #13 from pellertson/master

Make sure the opendkim tools are installed
pull/15/head
Luke Smith há 5 anos
committed by GitHub
ascendente
cometimento
be2b531327
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      emailwiz.sh

+ 2
- 0
emailwiz.sh Ver ficheiro

@@ -17,6 +17,8 @@

echo "Installing programs..."
apt install postfix dovecot-imapd opendkim spamassassin spamc
# Install another requirement for opendikm only if the above command didn't get it already
[ -e $(which opendkim-genkey) ] || apt install opendkim-tools
domain="$(cat /etc/mailname)"
subdom="mail"
maildomain="$subdom.$domain"


Carregando…
Cancelar
Guardar