From 47d6c4ba450a6405f008273e30f248448ee8dbd3 Mon Sep 17 00:00:00 2001 From: valentin Date: Mon, 11 Nov 2019 15:13:03 +0100 Subject: [PATCH] update --- MailServerInstall.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MailServerInstall.md b/MailServerInstall.md index b53dea4..08c3f19 100644 --- a/MailServerInstall.md +++ b/MailServerInstall.md @@ -45,4 +45,16 @@ smtp inet n - - - - smtpd ) ENGINE=MyISAM; ~~~~ +### 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 + dbname = postfix + select_field = 'virtual' + table = domaines + where_field = domaine + additional_conditions = AND etat=1 + ~~~~