iredmail-docker icon indicating copy to clipboard operation
iredmail-docker copied to clipboard

File upload failed

Open test0103 opened this issue 4 years ago • 1 comments

Although it is allowed to upload 10M files, but it is only allowed to upload 15B files, I can't find out what went wrong

test0103 avatar Mar 05 '20 08:03 test0103

In front of iredmail you probably have web server... nginx, apache? They have their own settings which can limit size of uploading files. For nginx the needed parameter is client_max_body_size.

TitanFighter avatar Apr 29 '20 23:04 TitanFighter