Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: nishith on December 22, 2008, 06:37:52 AM

Title: How to increase Roundcube Mail Attachment Size?
Post by: nishith on December 22, 2008, 06:37:52 AM
Using Roundcube Beta Version 0.2.* as my company webmail.

The backend MTA (Mail Transport Agent) is "sendmail version 8.12.*"

Now, in sendmail, i have set the attachment size of "7 MB" & but in roundcube webmail, it is showing only "2MB" as a MAXIMUM ATTACHMENT SIZE.

Now, could anyone please tell me "How to sort out this problem."
Title: How to increase Roundcube Mail Attachment Size?
Post by: Julius Caesar on December 22, 2008, 07:31:07 AM
You can update (or set) the value for upload_max_filesize to 7M in the php.ini:

; Maximum allowed size for uploaded files.
upload_max_filesize = 7M
Title: Problem Solved.
Post by: nishith on December 22, 2008, 08:06:19 AM
Problem Solved as per the suggestion.

Thanks for your support,
Nishith Vyas.