mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #546] webmail -> new message -> attach a file : fail to attach file over 1024 bytes #522
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @themr0c on GitHub (Apr 14, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/546
In the webmail, create a new message, then attach a file. If the file size is 1MB or greater, after clicking on the "attach" button, the "Send" action is running indefinitely. If the file is smaller, then the attachment is working as expected.
Tested with files created like that:
With a file up to 1023 bytes, like emptyfile-1023.dat : attach file is OK.
With a 1024 bytes file, like emptyfile-1024.dat : attach file is OK.
Backtrace:
@tonioo commented on GitHub (Apr 14, 2014):
What is your maximum attachment size ? (see Modoboa > Parameters > Webmail)
@themr0c commented on GitHub (Apr 15, 2014):
10Mo, so the limit is not reached.
If the max attachment size is reached: is there an error message clearly displayed to the user ? (It should).
@tonioo commented on GitHub (Apr 16, 2014):
Your stacktrace is strange because it looks like the one you pasted for #548
Are you sure it is the good one?
@themr0c commented on GitHub (Apr 16, 2014):
indeed, it doesn't produce any stacktrace
@tonioo commented on GitHub (Apr 16, 2014):
And what about nginx? It seems you receive a 413 error...
@themr0c commented on GitHub (Apr 17, 2014):
As you advised me limit has to be configured in modoboa AND in nginx: http://cnedelcu.blogspot.fr/2013/09/nginx-error-413-request-entity-too-large.html
Sorry for the noise.