Author Topic: Roundcube attachement size  (Read 95 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
Roundcube attachement size
« on: October 19, 2024, 05:52:43 AM »
When I login to

server/webmail

I am able to attach big files

For same email id, if I login to

domain/webmail

I get connection error while attaching big files (same files which works in above case)

Please suggest

Offline
*****
Re: Roundcube attachement size
« Reply #1 on: October 19, 2024, 06:12:40 PM »
PHP directives "upload_max_filesize" & "post_max_size" largely control this, but also postfix's message size in /etc/postfix/main.cf must also agree.

Offline
**
Re: Roundcube attachement size
« Reply #2 on: October 22, 2024, 08:22:37 AM »
Thanks a ton.

This can be actually a good article.