Parameter:
MailServerCutoffDaysShort description: Maximum age (in days) of messages in
mail.box before they are finally marked as undeliverable / discarded.Profile
Parameter | MailServerCutoffDays |
Category | Mail / Router |
Component | Server |
Available since | 9.0.1 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | Configuration document |
Possible values | Integer in days |
Description
While
Mail_Hold_Days defines how long temporarily undeliverable mails are held in mail.box, MailServerCutoffDays defines the final upper limit: when mails exceed this age, the router marks them as definitively undeliverable (Dead Mail) or, depending on further configuration, removes them from mail.box. The value prevents mail.box from quietly growing by accumulating “forgotten” old, never-deliverable messages.Example configuration
MailServerCutoffDays=10
Notes & pitfalls
- The value should significantly exceed
Mail_Hold_Days, otherwise hold mails are discarded too early.
- Takes effect after a router restart (
tell router quit/load router).
- Pairs with monitoring for Dead Mail (e.g. via the
mail.boxview or Domino health tools).
- For compliance workflows, couple with
MailJournallingso that discarded mails are still logged in an audit-proof way.