Roundcube Community Forum

 

How to increase Roundcube Mail Attachment Size?

Started by nishith, December 22, 2008, 06:37:52 AM

Previous topic - Next topic

nishith

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."

Julius Caesar

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
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

nishith

Problem Solved as per the suggestion.

Thanks for your support,
Nishith Vyas.