1 – DOMAIN
Select the user domain to manage. Syntax SET DOMAIN domain-name Command Qualifiers Defaults None
1.1 – Parameters
domain-name Name of the user domain to manage.
1.2 – Description
By default, the DEFAULT user domain is managed with this utility. To manage a different user domain, select that domain with the SET DOMAIN command. For example, to manage the EXAMPLE.COM domain, specify popstore> SET Using the "default" user domain ... popstore> SET DOMAIN EXAMPLE.COM popstore> SET Using the "example.com" user domain ... popstore>
2 – STORAGE_UNITS
Set the units used to measure byte-counted values. Syntax SET STORAGE_UNITS type Command Qualifiers Defaults None
2.1 – Parameters
type Type of units to use. Must be one of BYTES, KBYTES, MBYTES, or GBYTES.
2.2 – Description
By default, units of KBYTES (1024 bytes) are used when specifying values for byte-count valued fields such as message quotas. To select a unit of measure other than KBYTES, use the SET STORAGE_UNITS command. BYTES selects bytes, KBYTES selects 1024 bytes, MBYTES selects 1024 KBYTES, and GBYTES selects 1024 MBYTES. After issuing a SET STORAGE_UNITS command, all byte-count valued numbers input on the command line will be interpreted as being measured in the newly selected units. Note that displayed values are displayed in the units called for by the formatting template used to generate the display. For example, to use units of megabytes, specify popstore> SET STORAGE_UNITS MBYTES
3 – TIME_UNITS
Set the units used to measure time-valued fields. Syntax SET TIME_UNITS type Command Qualifiers Defaults None
3.1 – Parameters
type Type of units to use. Must be one of SECONDS, MINUTES, HOURS, or DAYS.
3.2 – Description
By default, time units of DAYS are used when specifying values for time-valued fields. Presently, the only time-valued field is the total connect time field which can be modified with the /TOTAL_CONNECT qualifier of the MODIFY command. To select a unit of measure other than DAYS, use the SET TIME_ UNITS command. After issuing a SET TIME_UNITS command, all time- valued numbers input on the command line will be interpreted as being measured in the newly selected units. Note that displayed values are displayed in the units called for by the formatting template used to generate the display. For example, to use units of HOURS, specify popstore> SET TIME_UNITS HOURS