From 9b110d7b53a6344a3226498838817880af94e10d Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 18 Jun 2026 00:58:14 +0200 Subject: [PATCH] typo --- .../docs/ispmail-bookworm/100-postfix-access-mariadb.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ispmail-bookworm/100-postfix-access-mariadb.mdx b/src/content/docs/ispmail-bookworm/100-postfix-access-mariadb.mdx index 66ae80c..bd94b31 100644 --- a/src/content/docs/ispmail-bookworm/100-postfix-access-mariadb.mdx +++ b/src/content/docs/ispmail-bookworm/100-postfix-access-mariadb.mdx @@ -30,7 +30,7 @@ Now you need to make Postfix use this database mapping: ```sh postconf virtual_mailbox_domains=mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf -```sh +``` The “postconf” command conveniently adds configuration lines to your `/etc/postfix/main.cf` file. It also activates the new setting instantly so you do not have to reload the Postfix process. @@ -38,7 +38,7 @@ The test data you created earlier added the domain “example.org” as one of y ```sh postmap -q example.org mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf -```sh +```