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 +```