1.$ PMDF MOVEIN /DESTINATION=POPSTORE SUE "SeCreT"
movein: Destination message store host name not supplied; using pop.com
movein: User "SUE" successfully migrated (D1:[USERS.SUE]MAIL.MAI)
This example shows migrating to the popstore the login user
SUE. The password on the new popstore account is set to SECRET.
2.$ PMDF MOVEIN /SOURCE=POPSTORE /DESTINATION=MSGSTORE -
_$ /USE_EXISTING SUE
movein: Destination message store host name not supplied; using imap.com
movein: User "SUE" successfully migrated
This example shows migrating the popstore user SUE to the
MessageStore. The /USE_EXISTING qualifier instructs the
utility to use Sue's existing profile file for her MessageStore
account. This way, her password and other usage information is
preserved. Note that if /USE_EXISTING was not specified, this
command would fail.
3.$ TYPE USERS.LIS
smith SeCreT jones
williams "" johnson
$ PMDF MOVEIN /DESTINATION=MSGSTORE /SOURCE=MSGSTORE -
_$/INPUT=USERS.LIS
movein: Destination message store host name not supplied; using imap.com
movein: "smith" migrated
movein: "williams" migrated
In the above example an input file is used to direct the PMDF
MOVEIN utility. The file instructs MOVEIN to copy the messages
from one msgstore account to another. For example, in the first
case, a JONES msgstore account is created, its password is
set to "SeCreT", and all of the messages in the msgstore SMITH
account are copied over.