Re-enabling a corrupted IMAP mail file with fixup
If an IMAP-enabled mail file becomes corrupted, you can repair it by performing a set of tasks.
About this task
- Run Fixup.
- Disable the mail file for IMAP use.
- Re-enable mail file for IMAP use.
If you are unable to repair the mail file, contact Support for assistance.
To repair a corrupted IMAP mail file, the Fixup task requires exclusive access to the mail file database.
Procedure
- Shut down the server.
- From a command prompt, change to the Domino® program directory. For example, if
you installed Domino® in the
default location, enter: .
cd c:\HCL\domino
- To run Fixup on a specific mail file in the MAIL directory,
enter:
nFixup path\mail file nFixup mail\user.nsf
Note: If transaction logging is on, run Fixup with the-j
switch, for example:nFixup -j mail\user.nsf
Disabling an IMAP mail file
About this task
If you need to disable IMAP-specific features in a mail
file, run the mail conversion utility with the -e-
option
file. The following example removes the IMAP capability of the mail
database USER.NSF in the \MAIL subdirectory
of the Notes® data directory:
load convert -e- mail\user.nsf
Note: On UNIX™ systems,
use a forward slash (/) as the hierarchy separator, rather than a
backslash (\). For example, enter:
load convert -e- mail/user.nsf