CLI zmmailboxmove Network Edition only

Revision as of 23:21, 4 May 2006 by CAH (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

zmmailboxmove (Move Mailbox)

(Network Edition only)

This command is used to move a mailbox from one Zimbra server to another. All the files are copied to the new server and LDAP is updated. After the mailbox is moved to a new server, a copy still remains on the older server, but the status of old mailbox is closed. Users cannot log on and mail is not delivered. You should check to see that all the mailbox contents were moved successfully before purging the old mailbox.

Syntax

To move a mailbox to a new server, type

zmmailboxmove -a <email@address> -ow -s <servername> -t <movetoservername>

To purge the mailbox from the old server, type

zmmailboxmove -a <email@address) -po.

The mailbox and its contents and references are deleted from the server.

Description

Long Name

Short Name

Description

--account <arg>

-a

Email address of account to move.

--overwriteMailbox

-ow

Overwrite target mailbox, if it exists.

--purgeOld

-po

After a mailbox has been successfully moved to a new server, perform purgeOld to remove the mailbox and its contents from the previous server.

--server <arg>

-s

Server where the --account mailbox is located. Mail server hostname. The default is the localhost.

--targetServer <arg>

-t

Server where mailbox is moved to.

Jump to: navigation, search