From 620836a4b76131e991161aa25a88ddaecede052a Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Thu, 13 Nov 2025 16:48:21 -0500 Subject: [PATCH] Dovecot directive seems to be ok --- dovecot/conf.d/70-mailleur-mysql.conf | 10 +++++----- dovecot/conf.d/70-mailleur-pgsql.conf | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dovecot/conf.d/70-mailleur-mysql.conf b/dovecot/conf.d/70-mailleur-mysql.conf index e25da10..716f1ba 100644 --- a/dovecot/conf.d/70-mailleur-mysql.conf +++ b/dovecot/conf.d/70-mailleur-mysql.conf @@ -1,11 +1,11 @@ # ------------------------------- -# 71-mysql-conf +# 70-mailleur-mysql-conf # Configuration Dovecot to use Mariadb server # ------------------------------- sql_driver = mysql mysql remote { - host = localhost.localdomain - user = clement - dbname = clement - } + host = localhost.localdomain + user = clement + dbname = clement + } diff --git a/dovecot/conf.d/70-mailleur-pgsql.conf b/dovecot/conf.d/70-mailleur-pgsql.conf index 5cbcf3f..1a68e38 100644 --- a/dovecot/conf.d/70-mailleur-pgsql.conf +++ b/dovecot/conf.d/70-mailleur-pgsql.conf @@ -4,7 +4,6 @@ # ------------------------------- sql_driver = pgsql - pgsql remote { parameters { host = localhost.localdomain -- 2.47.3