Discussion:
[RCU] Import E-mail Size Limit
Webert de Souza Lima
2017-05-03 17:30:45 UTC
Permalink
Hello,

when importing eml messages in roundcube, it shows the maximum file size
permitted.
By the value I see (30MB), I assume it is the same file size set for the
e-mail attachments.

Those should be different thought, as the eml might have a lot of text +
attachments.

Is that so? If not, how can I change that settings?

I'm using this phpfpm-mail to control size:

- upload_max_filesize = 30M
- post_max_size = 100M



Regards,

Webert Lima
DevOps Engineer at MAV Tecnologia
*Belo Horizonte - Brasil*
Thomas Bruederli
2017-05-19 08:11:12 UTC
Permalink
The max upload files size is determined and limited by the php.ini settings
you already listed. There's no other way to influence these and to
distinguish between attachment upload and message import.

~Thomas
Post by Webert de Souza Lima
Hello,
when importing eml messages in roundcube, it shows the maximum file size
permitted.
By the value I see (30MB), I assume it is the same file size set for the
e-mail attachments.
Those should be different thought, as the eml might have a lot of text +
attachments.
Is that so? If not, how can I change that settings?
- upload_max_filesize = 30M
- post_max_size = 100M
Regards,
Webert Lima
DevOps Engineer at MAV Tecnologia
*Belo Horizonte - Brasil*
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
Webert de Souza Lima
2017-05-22 11:32:52 UTC
Permalink
Thank you Thomas.


Regards,

Webert Lima
DevOps Engineer at MAV Tecnologia
*Belo Horizonte - Brasil*
Post by Thomas Bruederli
The max upload files size is determined and limited by the php.ini
settings you already listed. There's no other way to influence these and to
distinguish between attachment upload and message import.
~Thomas
On Wed, May 3, 2017 at 7:30 PM, Webert de Souza Lima <
Post by Webert de Souza Lima
Hello,
when importing eml messages in roundcube, it shows the maximum file size
permitted.
By the value I see (30MB), I assume it is the same file size set for the
e-mail attachments.
Those should be different thought, as the eml might have a lot of text +
attachments.
Is that so? If not, how can I change that settings?
- upload_max_filesize = 30M
- post_max_size = 100M
Regards,
Webert Lima
DevOps Engineer at MAV Tecnologia
*Belo Horizonte - Brasil*
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
Loading...