This commit is contained in:
Zhang Huangbin 2018-09-06 17:40:22 +08:00
parent bb5024969a
commit 2f7bb07b52
2 changed files with 10 additions and 8 deletions

View File

@ -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.

View File

@ -39,12 +39,13 @@
</div>
<p>Mail attachment size is configured in multiple places with default iRedMail settings:</p>
<ul>
<li>Postfix is the MTA, it checks single message size.</li>
<li>Postfix is the MTA, it checks the size of each received and sent message.</li>
<li>Dovecot is the LDA (local delivery agent), it checks mailbox size (a.k.a. mailbox quota)</li>
<li>Nginx / Apache is web server, if you upload mail attachment via webmail, web
server checks size of uploaded file.</li>
<li>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.</li>
server checks the size of uploaded mail attachment.</li>
<li>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.</li>
<li>Desktop mail client application like Outlook may have its own message size
limit.</li>
</ul>