commit f0bf627d0cf8c3224b4fccb66235e401b0cb604a
parent 5ec89693aaa39e0316cfce41b2677248e927bfae
Author: Luke Smith <luke@lukesmith.xyz>
Date: Fri, 7 Jun 2019 12:19:34 -0400
Merge branch 'master' of github.com:LukeSmithxyz/emailwiz
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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..."