瀏覽代碼

Merge pull request #13 from pellertson/master

Make sure the opendkim tools are installed
pull/15/head
Luke Smith 5 年之前
committed by GitHub
父節點
當前提交
be2b531327
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      emailwiz.sh

+ 2
- 0
emailwiz.sh 查看文件

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


Loading…
取消
儲存