summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-06-07 12:19:23 -0400
committerGitHub <noreply@github.com>2019-06-07 12:19:23 -0400
commit72e0f11a1b37148cd00325f4f352f7240334b12d (patch)
treed621a24d2964505d662a557d3bf85a401410f252
parent004bf2dbfb76bcff3f16c166fe520556870fff9e (diff)
parent095becf7691300595b5c71a02d92ae94b90cb9f1 (diff)
Merge pull request #8 from ayoung012/master
close quotation marks in opendkim socket config
-rwxr-xr-xemailwiz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh
index 4fefa74..f4763c2 100755
--- a/emailwiz.sh
+++ b/emailwiz.sh
@@ -182,7 +182,7 @@ SigningTable refile:/etc/postfix/dkim/signingtable
InternalHosts refile:/etc/postfix/dkim/trustedhosts" >> /etc/opendkim.conf
# OpenDKIM daemon settings, removing previously activated socket.
-sed -i "/^SOCKET/d" /etc/default/opendkim && echo "SOCKET=\"inet:8891@localhost" >> /etc/default/opendkim
+sed -i "/^SOCKET/d" /etc/default/opendkim && echo "SOCKET=\"inet:8891@localhost\"" >> /etc/default/opendkim
# Here we add to postconf the needed settings for working with OpenDKIM
echo "Configuring Postfix with OpenDKIM settings..."