From 15bcdf9999fc8cd431985e353ba54b8314528d03 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 28 Feb 2025 19:27:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20fix=20highlighted=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/2023-04-18-Configurer-un-relais-SMTP-(proprement).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/2023-04-18-Configurer-un-relais-SMTP-(proprement).md b/content/2023-04-18-Configurer-un-relais-SMTP-(proprement).md index e7910be..0ca6a60 100644 --- a/content/2023-04-18-Configurer-un-relais-SMTP-(proprement).md +++ b/content/2023-04-18-Configurer-un-relais-SMTP-(proprement).md @@ -95,7 +95,7 @@ Du coup, il va falloir ruser pour convaincre *Postfix* de faire comme d’habitu Sous Debian/Ubuntu, tu peux donc installer le paquet `stunnel4` et faire une petite configuration de ce type, dans `/etc/stunnel/smtp-wrapper.conf` : -```stunnel +```conf [smtp-tls-wrapper] accept = 10465 client = yes @@ -110,7 +110,7 @@ relayhost = [localhost]:10465 Et évidemment, changer également le login/pass/host dans `/etc/postfix/sasl_passwd` : -```sasl_passwd +```conf [localhost]:10465 login:pass ```