Quellcode durchsuchen

Merge pull request #13 from pellertson/master

Make sure the opendkim tools are installed
pull/15/head
Luke Smith vor 5 Jahren
committed by GitHub
Ursprung
Commit
be2b531327
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      emailwiz.sh

+ 2
- 0
emailwiz.sh Datei anzeigen

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


Laden…
Abbrechen
Speichern