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."
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
Problem Solved as per the suggestion.
Thanks for your support,
Nishith Vyas.