gtpo1m8k | Operations |
Use this command to create a new mailbox in a TPF Internet mail server database.
Requirements and Restrictions
Format
|
For example, to create the first mailbox for user1, enter:
zmail cm user1
To create a submailbox for user1, enter:
zmail cm user1.inbox.another
You can specify as many as 30 characters for an account name. The total length of a mailbox string (including all submailboxes) can be as many as 256 characters. The name of an account or mailbox can consist of any alphanumeric character, underscore (_), hyphen (-), comma (,), semicolon (;), left parenthesis ( ( ), or right parenthesis ( ) ).
Additional Information
ZMAIL HELP
ZMAIL ?
Examples
In the following example, a new mailbox for an account named kate is created. A ZMAIL LISTMAILBOX command (ZMAIL LM) is entered to verify that the mailbox was created.
+--------------------------------------------------------------------------------+ |User: zmail cm kate | | | |System: MAIL0003I 15:00:31 cm COMPLETED SUCCESSFULLY. NO OUTPUT TO DISPLAY | | | |User: zmail lm kate | | | |System: MAIL0001I 15:01:35 START OF RESPONSE FROM ZMAIL lm | | kate.inbox | | END OF DISPLAY | +--------------------------------------------------------------------------------+
In the following example, submailboxes are created for the account named kate. A ZMAIL LISTMAILBOX command (ZMAIL LM) is entered to verify that the submailboxes were created.
+--------------------------------------------------------------------------------+ |User: zmail cm kate.inbox.work | | | |System: MAIL0003I 15:00:31 cm COMPLETED SUCCESSFULLY. NO OUTPUT TO DISPLAY | | | |User: zmail cm kate.inbox.work.project1 | | | |System: MAIL0003I 15:01:00 cm COMPLETED SUCCESSFULLY. NO OUTPUT TO DISPLAY | | | |User: zmail cm kate.inbox.play | | | |System: MAIL0003I 15:01:30 cm COMPLETED SUCCESSFULLY. NO OUTPUT TO DISPLAY | | | |User: zmail lm kate | | | |System: MAIL0001I 15:01:55 START OF RESPONSE FROM ZMAIL lm | | kate.inbox | | kate.inbox.work | | kate.inbox.work.project1 | | kate.inbox.play | | END OF DISPLAY | +--------------------------------------------------------------------------------+
Related Information