Can I limit the attachment size for messages prepared in Scalix Web Access?

From Scalix Wiki
Revision as of 21:56, 30 May 2007 by Trevor benson (Talk | contribs) (Update for 11.0.3 attachement size change)

Jump to: navigation, search

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.