msgdomainmove — rename a SCOoffice Mail Server mail domain
/opt/lsb-sco.com/msg/bin/msgdomainmove --olddomain=domain_name --newdomain=domain_name [ --exists ] [ --description="new_description " ] [ --quiet ]
The msgdomainmove utility is a Perl script that renames SCOoffice Mail Server mail domains. It does so by creating a new domain, recursively moving all the domain objects from the old domain to the new, and deleting the original domain upon completion. The script can be used to rename any virtual domain including the primary one and it can be used to merge two domains into one. It can be restarted if it does not complete successfully.
The following changes must also be made when changing the domain name:
The msgdomainmove script does not support more than one admin user in the group MSG Administrators.
Depending on system capabilities, this procedure takes about one hour per 1000 users or aliases.
Only the SCOoffice Mail Server admin user can use the msgdomainmove tool.
The following options are supported:
The name of the old SCOoffice Mail Server mail domain.
The name of the new SCOoffice Mail Server mail domain.
Allow the new name to exist; if so, move old domain entries and delete old domain. Used to recover from a partially completed operation or to merge two domains into one .
A description of the new SCOoffice Mail Server mail domain. If absent, the old description is preserved.
Suppress detailed output.
the msgdomainmove Perl script