Parameter:
MailEncryptDisableShort description: Disables mail encryption server-wide – e.g. for diagnostics or during migrations where mails must temporarily pass through unencrypted.
Profile
Parameter | MailEncryptDisable |
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 | notes.ini only (no GUI) |
Possible values | 0 = encryption as configured (default), 1 = disabled server-wide |
Description
Domino can encrypt incoming and stored Notes mails using the recipient's public key (Notes / IBM mail encryption). In certain special situations – such as a migration to a different mail server, converting to other formats, or a forensic / diagnostic analysis – this encryption must be omitted temporarily.
MailEncryptDisable=1 disables it for the affected server without changing the configuration of the recipient Person documents.Example configuration
MailEncryptDisable=1
Notes & pitfalls
- Security / compliance relevant: use only temporarily and with an explicit change ticket.
- Takes effect after a router restart (
tell router quit/load router).
- Mails already stored encrypted remain encrypted – this only affects new processing.
- Be sure to disable again after migration (
MailEncryptDisable=0or remove the entry).