lejmr / iredmail-docker

iRedmail docker container
https://hub.docker.com/repository/docker/lejmr/iredmail
133 stars 60 forks source link

File upload failed #66

Open test0103 opened 4 years ago

test0103 commented 4 years ago

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

TitanFighter commented 4 years ago

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.