Opened 5 years ago
Closed 4 years ago
#1485293 closed Feature Requests (duplicate)
Missing explicit error message when sending big attachement
| Reported by: | miniwark | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | Client Scripts | Version: | 0.2-alpha |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Too big attachements files can be refused by the server in various reasons :
- php config limitation (upload_max_filesize & post_max_size)
- SMTP server limitation (Postfix message_size_limit for example)
When this occur Roundcub just say than a message can't be sent whithout explanation.
It will be cool than a more relevent message is sent to the user like :
"Message not send because of a too big attachement file"
Change History (3)
comment:1 Changed 5 years ago by alec
- Milestone changed from later to 0.2-stable
comment:2 Changed 5 years ago by AlfonsName
comment:3 Changed 4 years ago by alec
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #1485927
Note: See
TracTickets for help on using
tickets.

I've got a similar problem: if the mail server refuses the mail for any reason
(e.g. 501 5.1.3 Bad recipient address syntax ) it would be _very_ useful to report this message to the user. Otherwise, the user would have no clue where to search for the error and probably erroneously blame roundcube or the mailserver.