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


Previous | Contents

6.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