Difference between revisions of "Can I limit the attachment size for messages prepared in Scalix Web Access?"

From Scalix Wiki
Jump to: navigation, search
m (Update for 11.0.3 attachement size change)
m (added naviagtion to top of page)
 
Line 1: Line 1:
 +
[[Scalix Wiki]] -> [[FAQ]] -> '''Can I limit the attachment size for messages prepared in Scalix Web Access?'''
 +
 
Yes.   
 
Yes.   
  

Latest revision as of 14:19, 30 June 2010

Scalix Wiki -> FAQ -> Can I limit the attachment size for messages prepared in Scalix Web Access?

Yes.

For Scalix 10.x:

1) Navigate to /etc/opt/scalix/webmail directory on the Scalix server, where the file partner.xml exists.

2) Open the partner.xml file with any editor.

3) Near the top of the file, locate the parameter “maxAttachmentUploadKilobytes”. By default this is set to 10240, which equates to 10MB attachments. Modify the value appropriately and save the file.

4) Restart Tomcat.


For Scalix 11.x:

1) Navigate to /var/opt/scalix/nn/webmail directory on the Scalix server, where the file swa.properties exists.

2) Open the swa.properties file with any editor.

3) Near the top of the file, locate the parameter “maxAttachmentUploadKilobytes”. By default this is set to 10240, which equates to 10MB attachments. Modify the value appropriately and save the file.

4) Restart scalix-tomcat.