Parameter:
MailFileShort description: Path / name of the Notes user's mail file (relative to the data directory of the mail server).
Profile
Parameter | MailFile |
Category | Client configuration |
Component | Client |
Available since | R4 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | Person document / Policy |
Possible values | Relative path without .nsf, e.g. mail\mdillmann |
Description
MailFile holds the path / name of the Notes user's mail file (relative to the mail server's data directory, without the .nsf extension). When the mail is opened, this file is loaded from the server stored in MailServer.Example configuration
MailFile=mail\mdillmann
Notes & pitfalls
- Do not include the
.nsffile extension.
- The path is case-sensitive on UNIX / Linux Domino servers.
- Usually set via the Person document or policies – a manual entry in
notes.iniis typically only useful for diagnostics or repairs.
- When moving a mail file to a new server,
MailServerandMailFilemust match each other.