From: Jean-Marc Pigeon Date: Thu, 13 Nov 2025 21:48:21 +0000 (-0500) Subject: Dovecot directive seems to be ok X-Git-Tag: tag-0.17~37 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=620836a4b76131e991161aa25a88ddaecede052a;p=jmp%2Fmailleur Dovecot directive seems to be ok --- 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