From cbba8b1d1b0e8d4591647e7ea80455d1e9420b23 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 5 Feb 2021 21:17:22 +0100 Subject: [PATCH] Mod:Postfix fixed opendkim group for postfix --- SubModules/postfix/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubModules/postfix/conf.sh b/SubModules/postfix/conf.sh index fab9531..f0448f5 100644 --- a/SubModules/postfix/conf.sh +++ b/SubModules/postfix/conf.sh @@ -36,7 +36,7 @@ EOF # OpenDKIM # ##--------------## -useradd -G opendkim postfix +usermod –a –G opendkim postfix rm -rf /etc/opendkim.d mkdir -p /etc/opendkim.d/keys chown opendkim:opendkim /etc/opendkim.d/keys -R