PMDF popstore & MessageStore Manager's Guide
PMDF-POP-6.0


Previous | Contents

7.13.2 Creating a new user domain

New user domains are created with the ADD/DOMAIN command. For example, to create the user domain frob.org, issue the command

popstore> ADD/DOMAIN frob.org
This will create a new sub-directory tree in the popstore profiles directory. In that sub-directory tree, all profile files for the frob.org user domain will be stored.

Issuance of the ADD/DOMAIN command also creates a default user account in the new user domain. This new account will be a copy of the default account from the default user domain.

A list of existing user domains may be obtained with the SHOW/DOMAINS command:

popstore> SHOW/DOMAINS
Cannonicalized domain name 
-------------------------- 
default 
frob.org 


Previous | Next | Contents