From a143acde14b9805b3e83a626753d6657a551be0a Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sat, 2 Feb 2019 19:04:09 -0800 Subject: [PATCH] Add trailing / for mail_location Without, lmtp tries to write to a `tmp` file in the maildir, but with no trailing /, this is created as a regular file. --- .../email/postfix/email-with-postfix-dovecot-and-mysql/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/email/postfix/email-with-postfix-dovecot-and-mysql/index.md b/docs/email/postfix/email-with-postfix-dovecot-and-mysql/index.md index e2a9e4d89cb..25eba639633 100644 --- a/docs/email/postfix/email-with-postfix-dovecot-and-mysql/index.md +++ b/docs/email/postfix/email-with-postfix-dovecot-and-mysql/index.md @@ -521,7 +521,7 @@ postmaster_address=postmaster at example.com {{< file "10-mail.conf" >}} ... -mail_location = maildir:/var/mail/vhosts/%d/%n +mail_location = maildir:/var/mail/vhosts/%d/%n/ ... mail_privileged_group = mail ...