summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-03-13 11:24:06 -0400
committerLuke Smith <luke@lukesmith.xyz>2024-03-13 11:24:06 -0400
commit9f9f2b2e63c8e60730ea82c203dbbd9dd7fea082 (patch)
treeaa28ad87811831893d82b1302a45273ab810be5c
parent1b1ec49f7e8dd5732abb2ecf4f58cfc1b82d1579 (diff)
bind added in case
-rw-r--r--emailwiz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh
index 83d65bc..5110e89 100644
--- a/emailwiz.sh
+++ b/emailwiz.sh
@@ -17,7 +17,7 @@
umask 0022
-apt-get install -y postfix postfix-pcre dovecot-imapd dovecot-pop3d dovecot-sieve opendkim opendkim-tools spamassassin spamc net-tools fail2ban
+apt-get install -y postfix postfix-pcre dovecot-imapd dovecot-pop3d dovecot-sieve opendkim opendkim-tools spamassassin spamc net-tools fail2ban bind9-host
domain="$(cat /etc/mailname)"
subdom=${MAIL_SUBDOM:-mail}
maildomain="$subdom.$domain"