소스 검색

Merge pull request #13 from pellertson/master

Make sure the opendkim tools are installed
pull/15/head
Luke Smith 5 년 전
committed by GitHub
부모
커밋
be2b531327
No known key found for this signature in database 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"


불러오는 중...
취소
저장