Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: jkendrick on April 17, 2014, 02:41:30 PM

Title: Attachment Upload Warning Failed to prevent oversized attachment
Post by: jkendrick on April 17, 2014, 02:41:30 PM
A user successfully attached a 44 MB *.pdf to 3 emails.
Server limits are 15 MB.
No warning message.
Webmail client  did move the 3 emails to the sent folder.
Delivery failed.
No notification to the sender's webmail client.
I witnessed the 3rd instance of this via a remote desktop connection when  the user called for support after attempts 1 and 2 were not received by  recipient.

We are unable to replicate the event.
What could have caused this?
Title: Re: Attachment Upload Warning Failed to prevent oversized attachment
Post by: mangoman on April 17, 2014, 03:59:44 PM
I am experiencing this issue as well...

Popup warning when trying to send message - and unable to send message (at all) with *6 MB* attachment. Hosting server support (iPage) has set and tested .htaccess and php.ini with a 20 Mb limit, but Roundcube still doesn't send.

Is there a setting in the Version 1.0 config file that we can add to set a [higher] post/file size ?

Thanks,
John
Title: Re: Attachment Upload Warning Failed to prevent oversized attachment
Post by: rosali on April 18, 2014, 05:57:49 AM
@mangoman

Don't mix PHP upload limits and SMTP limits. Your PHP may accept the upload but your SMTP server may still deny delivery due to message size restrictions.