Can Webmail uploads still be restricted to a smaller size than specified on php.ini?
The whole idea for installing WebFileBrowser was to overcome the 10MB email size limitation that most servers have, by keeping the maximum allowed attachment size to about 4MB, and enforcing the use of WFB for larger file transfers.
But by making the changes to php.ini to increase the max_upload_size parameter and other parameters related to this case, if a user tries to send - for example - a 20MB file via webmail, the server will retry sending the message over and over, potencially bringing the server to an unstable state.
If there's a way to limit the message size on Webmail (both the regular e-mail and the groupware e-mail), this problem could be avoided.
Also, what would happen if I change the memory_limit parameter on php.ini to a very large number? Will it take all of the server's memory and crash it?
What if more than one person tries to upload at the same time and the sum of both uploads is larger than the memory_limit ?
Thanks,
John