From 3a13a742ea53c439b4f7903215364644748c0e72 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 4 Nov 2025 00:04:02 +0100 Subject: [PATCH] typo fixed --- src/content/docs/ispmail-trixie/165-dovecot.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ispmail-trixie/165-dovecot.mdx b/src/content/docs/ispmail-trixie/165-dovecot.mdx index 8f99d78..a0b475f 100644 --- a/src/content/docs/ispmail-trixie/165-dovecot.mdx +++ b/src/content/docs/ispmail-trixie/165-dovecot.mdx @@ -42,7 +42,7 @@ for our purpose. The `/etc/dovecot/conf.d/10-auth.conf` file is dealing with authentication. At the end of this file you will find a list of authentication backends that Dovecot ships with. By default it will use _system users_ (those from /etc/passwd). But -we want to use the MariaDB database backend. Please comment all all include statements: +we want to use the MariaDB database backend. Please comment out all include statements: ```text title="Edit your /etc/dovecot/conf.d/10-auth.conf" #!include auth-system.conf.ext