gtpo1m8tOperations

ZMAIL RENAMEMAILBOX-Change the Name of a Submailbox

Use this command to change the name of a submailbox in a TPF Internet mail server database.

Requirements and Restrictions

Format




Note:
You can use ZMAIL RENM as a short form of the ZMAIL RENAMEMAILBOX command.

submailbox
is the name of the submailbox whose name you want to change.

newsubmailbox
is the new submailbox name.

The total length of a mailbox string (including all submailboxes) can be as many as 256 characters. The name of a mailbox can consist of any alphanumeric character, an underscore (_), hyphen (-), comma (,), semicolon (;), left parenthesis ( ( ), or right parenthesis ( ) ).

Additional Information

Examples

In the following example, submailbox steve.inbox.work is renamed to steve.inbox.workstuff.

+--------------------------------------------------------------------------------+
|User:   zmail lm steve                                                          |
|                                                                                |
|System: MAIL0001I 14:00:45 START OF RESPONSE FROM ZMAIL lm                      |
|        steve.inbox                                                             |
|        steve.inbox.work                                                        |
|        steve.inbox.play                                                        |
|        END OF DISPLAY                                                          |
|                                                                                |
|User:   zmail renm steve.inbox.work steve.inbox.workstuff                       |
|                                                                                |
|System: MAIL0003I 14:01:35 renm COMPLETED SUCCESSFULLY. NO OUTPUT TO DISPLAY    |
|                                                                                |
|User:   zmail lm steve                                                          |
|                                                                                |
|System: MAIL0001I 14:02:00 START OF RESPONSE FROM ZMAIL lm                      |
|        steve.inbox                                                             |
|        steve.inbox.workstuff                                                   |
|        steve.inbox.play                                                        |
|        END OF DISPLAY                                                          |
+--------------------------------------------------------------------------------+

Related Information