INSTALLING
When you upgrade users' mail files to the current Notes® mail template or to the iNotes® template, you can upgrade one file at a time or use the mail conversion utility to automate design upgrade. You can also use the mail template conversion utility to convert a mail design from one language to another language. Run the mail conversion utility on an applicable Domino® server.
About this task
Be sure that you have already upgraded the Domino server that hosts the mail files and the Notes® clients that access those files, or users will not be able to use the features in the new design. Upgrade mail files when users won't be accessing them. Notify users that their mail files will be unavailable during the upgrade.
You can also use the mail conversion utility to migrate from Microsoft™ Exchange.
To use the mail conversion utility
Before running the mail conversion utility, make sure that all impacted Notes client installations are upgraded to the new release.
Procedure
1. Back up any customized mail files or mail templates on the impacted server or client systems.
2. Start the Domino server on which you want to run the mail conversion utility and on which the target mail files reside.
3. Shut down the Domino server mail router to prevent Domino from routing mail to the mail files while they are being upgraded.
Mail is stored in MAIL.BOX while you upgrade the mail files. After you upgrade the mail files and load the router task again, the router processes and delivers the mail in MAIL.BOX to the appropriate mail files.
The mail conversion utility command uses arguments to specify options of the following form:
load convert -? /? -a -c -d -e -f -g -h -i -l -m -n -o -proxy -r -s -u-w -x mailfilepath existingtemplatename newtemplatefilename
Mailfilepath specifies which mail file or files to upgrade.
Existingtemplatename specifies a certain mail file design to upgrade. This property is found in the Template Name field on the Database Properties -> Design tab.
Newtemplatefilename specifies the template with which to upgrade the mail files.
Table 1. Mail conversion utility options and descriptions
Mail conversion utility task examples
You can use the mail conversion utility to convert one or more mail databases to the new design. The following table shows examples of various tasks the mail conversion utility can perform.
Note: When you use a wildcard character, such as an asterisk (*), to specify which files to upgrade to the new mail template, be sure that all databases in the directory (and, if specified, subdirectories) are mail files. When you use a wildcard character, Domino replaces the design of all databases specified by the wildcard character with the specified template. If you mistakenly replace the design of a non-mail database with the new mail template, use the mail conversion utility to restore the original design and then specify the correct template.
Table 2. Mail conversion utility tasks and descriptions
This example finds the mail database user.nsf in the \MAIL subdirectory of the Notes data directory.
load convert mail\user.nsf * mail9.ntf
load convert mail\*.nsf StdR85Mail mail9.ntf
load convert -r mail\*.nsf * mail9.ntf
load convert -f c:\temp\maillist.txt mail*.ntf mail9.ntf
load convert -l c:\temp\maillist.txt
load convert -e mail\user.nsf
load convert -u mail\*
System folders and other design elements from the original template used to create the mail file do not have this bit set, even if the database is set to inherit from design. System folders, such as the Inbox, are not updated if you run the mail conversion utility with the -s argument.
load convert -s mail\*
Note: On the Linux™ platform, do not use quotes around the requested language name. Example syntax for Linux is as follows:
load convert -gGerman TestMail.nsf * mail9.ntf