Previous | Contents | Index |
Display user accounts.
show username
Command Switches -all -brief -count_users -domains -format_file=file-spec -forwardings -group=name -messages -output=file-spec -store=store-type
username
Name of the account for which to display information. Wild cards are permitted.
Theshow
command shows settings for one or more user profiles, displays established forwarding addresses, and lists information about messages received by users. Theusername
parameter can contain wild cards when displaying account information; it can not contain wild cards when listing forwardings. Use theshow -forwardings
andshow -domains
commands to generate listings of, respectively, user e-mail forwardings and user domains. Use theshow -count_users
command to list the number of currently defined accounts as well as any licensing limits.
By default, only popstore accounts are displayed: MessageStore and native accounts are not displayed. Specify
-all
-all
to list all accounts. Note that-all
and-store=all
are synonyms.Generate a brief profile or message listing. By default, the formatting file
-brief
popmgr_profile_brief.txt
is used to format the output for profile displays andpopmgr_messsage_brief.txt
for message displays. This switch can not be used in conjunction with the-forwardings
switch.Display the number of currently defined user accounts as well as the number allowed by your PMDF-POPSTORE license. Specify -all to see both the popstore and MessageStore counts.
-count_users
Generate a list of defined user domains. By default, the formatting file
-domains
popmgr_domains.txt
is used to format the output.Specify a formatting file to use to format the output.
-format_file=file-spec
Display information about established forwarding addresses. By default, the formatting file
-forwardings
popmgr_forward.txt
is used to format the output.Confine the listing to the specified management group and its subgroups.
-group=name
Generate verbose output. By default, the formatting file
-full
(default)popmgr_profile.txt
is used to format profile information;popmgr_message.txt
for message listings;popmgr_domains.txt
for domain listings; and,popmgr_forward.txt
for forwarding addresses. Those formatting files are found with the other formatting files in the/pmdf/www/popstore/
directory tree.Display information on the users' messages. By default, the formatting file
-messages
popmgr_message.txt
is used to format the display.Write the output to the specified file rather than to the terminal. The file will be created as a new file each time it is specified.
-output=file-spec
By default, only popstore accounts are displayed: MessageStore and native accounts are not displayed. Specify
-store=store-type
-store=all
to list all accounts;-store=msgstore
or-store=imap
to list only MessageStore accounts;-store=popstore
or-store=pop
to list only popstore accounts; and,-store=native
to list only profiles marked as being native.
In the following example, full and brief listings are generated for the
default
popstore account:
popstore> show default Username: default Owner: Default user profile Group: Store Type: popstore Usage flags: Site-defined: Last pwd change: No time recorded Last connect: No time recorded Last disconnect: No time recorded Total connect time: 0 00:00:00 Total connections: 0 Past block days: 0 Last billing: Fri Nov 15 10:23:54 2012 Message count: 0 (0 total messages received) Quota used: 0.00 Kbytes Quota: 1024.00 Kbytes Overdraft: 51.00 Kbytes popstore> show -brief default Quota Message Quota used Username (kbytes) Count (kbytes) ---------------------------------------------------------------- default 1024.00 0 0.00 ---------------------------------------------------------------- *Note: privileged users are flagged with an asterisk
Previous | Next | Contents | Index |