From a91c146c7be295a85527c04adba2cee68e9799a3 Mon Sep 17 00:00:00 2001
From: CdRom1 <r.maliach@live.fr>
Date: Sat, 8 Dec 2018 22:29:00 +0100
Subject: [PATCH] =?UTF-8?q?opendkim:opendkim,=20postfix=20ne=20doit=20pas?=
 =?UTF-8?q?=20avoir=20acc=C3=A8s?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pica-mail-mta/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pica-mail-mta/entrypoint.sh b/pica-mail-mta/entrypoint.sh
index dc4f7e31..7ce9795d 100755
--- a/pica-mail-mta/entrypoint.sh
+++ b/pica-mail-mta/entrypoint.sh
@@ -103,7 +103,7 @@ postconf -e "non_smtpd_milters = local:/opendkim/opendkim.sock"
 mkdir /var/spool/postfix/opendkim
 chown -R opendkim:opendkim /etc/opendkim.conf /etc/dkimkeys
 chown opendkim:postfix /var/spool/postfix/opendkim
-adduser postfix opendkim
+#adduser postfix opendkim
 
 
 #SSL : récupération des certificats (qui seront utilisés pour la connexion smtp)
-- 
GitLab