From a6613d0e624d8d94274bc3445eded2963d79579c Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 31 Jul 2025 22:06:48 +0200 Subject: [PATCH] Typo fixed. Thanks, mx-starter --- src/content/docs/ispmail-bookworm/50-types-of-email-domains.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ispmail-bookworm/50-types-of-email-domains.mdx b/src/content/docs/ispmail-bookworm/50-types-of-email-domains.mdx index 8c11b14..0ab0aa0 100644 --- a/src/content/docs/ispmail-bookworm/50-types-of-email-domains.mdx +++ b/src/content/docs/ispmail-bookworm/50-types-of-email-domains.mdx @@ -180,7 +180,7 @@ I won’t bore you with the SQL stuff right now. We will deal with that in a lat Postfix can get data from the database. We provide Postfix with _configuration files_ for that purpose. These files often have a “.cf” suffix (**c**onfiguration **f**ile). -Let’s take the virtual_domains table for example. This is the content of a file that is located at +Let’s take the virtual_users table for example. This is the content of a file that is located at `/etc/postfix/mysql-virtual-mailbox-maps.cf`: ```