From 91b324f16fd6f2462e9ed26154529b03b06c1d26 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 29 May 2017 13:24:01 +0800 Subject: [PATCH] Typo. --- en_US/howto/1-change.mail.attachment.size.md | 2 +- html/change.mail.attachment.size.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/howto/1-change.mail.attachment.size.md b/en_US/howto/1-change.mail.attachment.size.md index 654c680d..247e9c1d 100644 --- a/en_US/howto/1-change.mail.attachment.size.md +++ b/en_US/howto/1-change.mail.attachment.size.md @@ -22,7 +22,7 @@ For example, to allow mail with 100Mb attachment, please change both They don't have to be same. but `mailbox_size_limit` (size of the mailbox) MUST be equal to or LARGER than `message_size_limit` (size of single email message). Since per-user mailbox quota is enforced by Dovecot, so the - `mailbox_size_limit` is useless. + `mailbox_size_limit` is useless but required by Postfix. Restart postfix to make it work: diff --git a/html/change.mail.attachment.size.html b/html/change.mail.attachment.size.html index 049cc8ae..2e528497 100644 --- a/html/change.mail.attachment.size.html +++ b/html/change.mail.attachment.size.html @@ -52,7 +52,7 @@ attachment.

They don't have to be same. but mailbox_size_limit (size of the mailbox) MUST be equal to or LARGER than message_size_limit (size of single email message). Since per-user mailbox quota is enforced by Dovecot, so the -mailbox_size_limit is useless.

+mailbox_size_limit is useless but required by Postfix.

Restart postfix to make it work:

# /etc/init.d/postfix restart