From 5bdd42b1af58d96af219fe5813be140a5ae30863 Mon Sep 17 00:00:00 2001
From: CdRom1 <r.maliach@live.fr>
Date: Sat, 8 Dec 2018 19:18:17 +0100
Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20du=20code=20non=20test?=
 =?UTF-8?q?=C3=A9=20pour=20les=20certificats?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pica-mail-mta/entrypoint.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pica-mail-mta/entrypoint.sh b/pica-mail-mta/entrypoint.sh
index 34dd0a72..96b1edc4 100755
--- a/pica-mail-mta/entrypoint.sh
+++ b/pica-mail-mta/entrypoint.sh
@@ -108,8 +108,8 @@ adduser postfix opendkim
 
 
 #SSL : récupération des certificats (qui seront utilisés pour la connexion smtp)
-sudo postconf -e 'smtpd_tls_cert_file = /etc/letsencrypt/live/<your.domain>/fullchain.pem'
-sudo postconf -e 'smtpd_tls_key_file = /etc/letsencrypt/live/<your.domain>/privkey.pem'
+#postconf -e 'smtpd_tls_cert_file = /etc/letsencrypt/live/<your.domain>/fullchain.pem'
+#postconf -e 'smtpd_tls_key_file = /etc/letsencrypt/live/<your.domain>/privkey.pem'
 
 
 
-- 
GitLab