summaryrefslogtreecommitdiff
path: root/emailwiz.sh
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-03-02 10:07:16 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-03-02 10:07:16 -0500
commit4414b31a4a812de785ddf2afea48bcfc87e58b8f (patch)
tree03300cb047efc27414dc88d1f856dcf569320d25 /emailwiz.sh
parent4e7e87338535d2a347bb2a1a753f003eebbdc911 (diff)
parent2c925e2c2dd9de8f4b574a9e78f8de798036bd38 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz
Diffstat (limited to 'emailwiz.sh')
-rw-r--r--emailwiz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh
index 01257a6..6681dc9 100644
--- a/emailwiz.sh
+++ b/emailwiz.sh
@@ -286,7 +286,7 @@ sed -i '/^SOCKET/d' /etc/default/opendkim && echo "SOCKET=\"inet:12301@localhost
echo 'Configuring Postfix with OpenDKIM settings...'
postconf -e 'smtpd_sasl_security_options = noanonymous, noplaintext'
postconf -e 'smtpd_sasl_tls_security_options = noanonymous'
-postconf -e "myhostname = $domain"
+postconf -e "myhostname = $maildomain"
postconf -e 'milter_default_action = accept'
postconf -e 'milter_protocol = 6'
postconf -e 'smtpd_milters = inet:localhost:12301'