roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.79k stars 1.62k forks source link

Display Max. Attachment Size #7803

Closed mcakircali closed 3 years ago

mcakircali commented 3 years ago

After setting the PHP upload and post sizes and RC message size to 100MB, the web interface shows 75MB attachment size warning/info; see picture below.

Is that a display bug or does it mean sth like max. single file limit?

image

johndoh commented 3 years ago

See https://github.com/roundcube/roundcubemail/issues/7664#issuecomment-707506161 you need to increase max_message_size in your rc config to allow for the message encoding.

mcakircali commented 3 years ago

See #7664 (comment) you need to increase max_message_size in your rc config to allow for the message encoding.

Okay I see. Thanks for the link.

alecpl commented 3 years ago

Duplicate.