From 2d25040decef99412138ebad9c98f52c35c31b57 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 22 Jun 2020 14:26:54 -0400 Subject: [PATCH] genkey fix --- emailwiz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailwiz.sh b/emailwiz.sh index e69d02f..a4750e4 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -225,7 +225,7 @@ account required pam_unix.so" >> /etc/pam.d/dovecot # Create an OpenDKIM key in the proper place with proper permissions. echo "Generating OpenDKIM keys..." mkdir -p /etc/postfix/dkim -opendkim-genkey -D /etc/postfix/dkim/ -d $ "$domain" -s "$subdom" +opendkim-genkey -D /etc/postfix/dkim/ -d "$domain" -s "$subdom" chgrp opendkim /etc/postfix/dkim/* chmod g+r /etc/postfix/dkim/*