From 0a98b8034cc0cb8655788d9e2d878b1d6b03f331 Mon Sep 17 00:00:00 2001 From: valentin Date: Mon, 11 Nov 2019 15:14:12 +0100 Subject: [PATCH] update --- MailServerInstall.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MailServerInstall.md b/MailServerInstall.md index 08c3f19..285ad83 100644 --- a/MailServerInstall.md +++ b/MailServerInstall.md @@ -47,7 +47,7 @@ smtp inet n - - - - smtpd ### Edition des 5 fichiers de configuration suivants: * Contenu de (mysql-virtual_domaines.cf) - ~~~~text + ``` hosts = 127.0.0.1 user = postfix password = Mot de passe Mysql Postfix @@ -56,5 +56,5 @@ smtp inet n - - - - smtpd table = domaines where_field = domaine additional_conditions = AND etat=1 - ~~~~ + ```