From 2995d50bfc145d58ebc0d9bde54b00c7c8b302e8 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 8 Aug 2025 17:38:39 +0200 Subject: [PATCH] formatting typo fixed --- .../docs/ispmail-bookworm/130-postfix-send-to-dovecot.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ispmail-bookworm/130-postfix-send-to-dovecot.mdx b/src/content/docs/ispmail-bookworm/130-postfix-send-to-dovecot.mdx index 3e25e64..eefde7f 100644 --- a/src/content/docs/ispmail-bookworm/130-postfix-send-to-dovecot.mdx +++ b/src/content/docs/ispmail-bookworm/130-postfix-send-to-dovecot.mdx @@ -25,7 +25,7 @@ Edit Dovecot’s configuration file that deals with the LMTP daemon – you can ``` service lmtp { - unix\_listener /var/spool/postfix/private/dovecot-lmtp { + unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0600 user = postfix @@ -71,4 +71,4 @@ mail_plugins = $mail_plugins sieve Restart Dovecot and you are done: ``` systemctl restart dovecot -``` \ No newline at end of file +```