View Single Post
  #2 (permalink)  
Old 30-12-2008, 08:52 PM
senthilvael senthilvael is offline
Junior Member
User
 
Join Date: Dec 2008
OS: Centos
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
senthilvael is on a distinguished road
Smile

Hi,
Currently i am not using sendmail. But for attachment size, following is the parameter to change...

define(`confMAX_MESSAGE_SIZE',maxsize)

Eg:

define(`confMAX_MESSAGE_SIZE',10485760)
(10Mb in bytes)

As you are are using roundcube, check your php.ini file for the following parameters.

upload_max_filesize
post_max_size
memory_limit


Test this in a test environment.


Regarding the quota, usrquota and grpquota is the only known option to me.
Reply With Quote