Previous | Next | Contents | Index |
New user domains are created with the add -domain
command.
For example, to create the user domain example.org
, issue
the command
popstore> add -domain example.org |
example.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 can be obtained with the show
-domains
command:
popstore> show -domains Cannonicalized domain name -------------------------- default example.org |
Previous | Next | Contents | Index |