From bbefc7efaff97ea7a2db05102fb24b364fbbe842 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 9 Aug 2025 21:35:42 +0200 Subject: [PATCH] typo --- src/content/docs/ispmail-bookworm/90-prepare-database.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ispmail-bookworm/90-prepare-database.mdx b/src/content/docs/ispmail-bookworm/90-prepare-database.mdx index e4c325c..93e4676 100644 --- a/src/content/docs/ispmail-bookworm/90-prepare-database.mdx +++ b/src/content/docs/ispmail-bookworm/90-prepare-database.mdx @@ -215,5 +215,5 @@ doveadm pw -s BLF-CRYPT Remember to remove that sample data before you go live with your mail server. Thanks to the _delete cascade_ you just need to remove the virtual\_domain. The alias and the mailbox will be deleted automatically. This would be the SQL query you should run before taking your mail server into production: ```sql -DELETE FROM mailserver.virtual\_domains WHERE name='example.org'; +DELETE FROM mailserver.virtual_domains WHERE name='example.org'; ```