From a9f684c8ef9f8dab2d485b1acde0fd634ad14eb1 Mon Sep 17 00:00:00 2001 From: Nicolas MORIN Date: Tue, 18 Jan 2022 22:34:42 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20message=20d'alert=20de=20domaine?= =?UTF-8?q?=20par=20d=C3=A9faut=20manquant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fichiers/svg/alert-triangle-warning.svg | 1 + outils/postfix_données.sql | 2 +- services/gestion/domaines.php | 12 ++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 fichiers/svg/alert-triangle-warning.svg diff --git a/fichiers/svg/alert-triangle-warning.svg b/fichiers/svg/alert-triangle-warning.svg new file mode 100644 index 0000000..1c2f18b --- /dev/null +++ b/fichiers/svg/alert-triangle-warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/outils/postfix_données.sql b/outils/postfix_données.sql index bc29955..8b98754 100644 --- a/outils/postfix_données.sql +++ b/outils/postfix_données.sql @@ -13,7 +13,7 @@ INSERT INTO postfix_alias_virtuels (destination,courriel,active) VALUES ("tata@e INSERT INTO postfix_alias_virtuels (destination,courriel,active) VALUES ("titi@exemple.fr","promos@exemple.fr",1); -- Domaines secondaires -INSERT INTO postfix_domaines (domaine,active,defaut) VALUES ("toto.fr",1,1); +INSERT INTO postfix_domaines (domaine,active,defaut) VALUES ("toto.fr",1,0); INSERT INTO postfix_domaines (domaine,active,defaut) VALUES ("tata.fr",1,0); INSERT INTO postfix_domaines (domaine,active,defaut) VALUES ("titi.fr",0,0); diff --git a/services/gestion/domaines.php b/services/gestion/domaines.php index 3fe3b4a..9120d44 100644 --- a/services/gestion/domaines.php +++ b/services/gestion/domaines.php @@ -21,6 +21,18 @@ $liste_domaines = listeDomainesPostfix($pdo);
Domaine par défaut
+ + Aucun domaine n'est défini par défaut. Ce paramètre permet de pré-selectionner le domaine utilisé par Postfix lors des créations d'alias virtuels. +
+ _HEREDOC_; + } + + ?>