Restricting mail routing based on message size
You can set size limits on messages to prevent large messages from consuming network bandwidth. There are two types of message size limits: a maximum message size and a low-priority size range. Messages that exceed the maximum message size are returned to the sender as undeliverable. Messages that are smaller than the maximum size, but that fall within the specified size range, are marked low-priority and routed during off-peak hours (12 AM to 6 AM by default).
About this task
Domino® uses the maximum message size you specify as the upper limit of the low-priority size range. Before specifying a low-priority size range, you must set a maximum message size.
The size restrictions you set in the Configuration Settings document apply to every message the Router handles, regardless of whether the message is inbound or outbound, routed over Notes® routing or over SMTP. To set a unique size limit on some part of your messaging traffic, you must set up distinct routing paths for that traffic and then create separate Configuration Settings documents for servers on those paths. For example, if you want to place a 500KB limit on inbound SMTP mail and a 1000KB size limit on internal mail, create two Configuration Settings documents: one for the servers that receive mail from the Internet that specifies a 500KB size limit and a second for your internal mail servers that specifies a 1000KB limit.
- Total message size is equal to the sum of the message text and the size of all attachments.
- You can change the default hours for routing low-priority mail.
- You can customize the text of delivery failure messages.
- On Domino SMTP servers
you can use the ESMTP SIZE extension to prevent inbound transfer of
messages that exceed the specified maximum message size. You can also
use the outbound ESMTP SIZE extension to configure Domino to honor size restrictions on a target
server when transferring outbound SMTP mail.Note: SMTP transfer-encoded sizes of messages are larger than the Notes size of a message. For example, a message with a binary attachment that is base64-encoded is approximately 25% larger on transfer, and this larger size will be used in maximum size calculation.