This commit is contained in:
valentin 2019-11-11 15:14:12 +01:00
parent 47d6c4ba45
commit 0a98b8034c

View File

@ -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
~~~~
```