diff --git a/en_US/howto/1-change.mail.attachment.size.md b/en_US/howto/1-change.mail.attachment.size.md index ad244a39..d7178137 100644 --- a/en_US/howto/1-change.mail.attachment.size.md +++ b/en_US/howto/1-change.mail.attachment.size.md @@ -4,12 +4,13 @@ Mail attachment size is configured in multiple places with default iRedMail settings: -- Postfix is the MTA, it checks single message size. +- Postfix is the MTA, it checks the size of each received and sent message. - Dovecot is the LDA (local delivery agent), it checks mailbox size (a.k.a. mailbox quota) - Nginx / Apache is web server, if you upload mail attachment via webmail, web - server checks size of uploaded file. -- Roundcube webmail, SOGo have their own message size limit setting, but it's - not enabled by default, so they use web server upload size instead. + server checks the size of uploaded mail attachment. +- Roundcube webmail, SOGo have their own message size limit settings, but + they're not enabled by iRedMail by default, so they use web server upload + size instead. - Desktop mail client application like Outlook may have its own message size limit. diff --git a/html/change.mail.attachment.size.html b/html/change.mail.attachment.size.html index 85b5d09c..92344301 100644 --- a/html/change.mail.attachment.size.html +++ b/html/change.mail.attachment.size.html @@ -39,12 +39,13 @@

Mail attachment size is configured in multiple places with default iRedMail settings: