Parameter:
iNotes_WA_MaxAttachmentSizeShort description: Maximum size (in bytes) of a single file that iNotes / Verse users may upload via the browser.
Profile
Parameter | iNotes_WA_MaxAttachmentSize |
Category | HTTP / Web |
Component | Server |
Available since | 10.0 |
Supported versions | 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | Configuration document |
Possible values | Bytes (default 0 = no limit; typical 26214400 = 25 MB) |
Description
To dampen mailbox growth, protect the server against very large uploads, and keep the recipient side (mail gateway, mail file quota) consistent,
iNotes_WA_MaxAttachmentSize can set the upload limit per file for iNotes / Verse. If an attachment exceeds the limit, the browser client rejects the upload up front. Sensibly aligned with HTTPMaxRequestBodySize, Router.SizeLimit (mail routing), and possibly WAF / reverse-proxy limits.Example configuration
iNotes_WA_MaxAttachmentSize=26214400
Notes & pitfalls
- Value in bytes – often misinterpreted as KB / MB.
- Only takes effect for iNotes / Verse browser uploads, not for Notes Client, Traveler, or SMTP / Router.
- Must be less than or equal to
HTTPMaxRequestBodySize, otherwise the HTTP limit kicks in first.
- Takes effect after
tell http restart.
- For finer control (per user group), a mail policy is more suitable.