PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index

Chapter 7
7 OpenVMS Command Line Management Utility
     7.1     Basic Operation
     7.2     Adding New Accounts
     7.3     Listing Accounts
     7.4     Modifying Accounts
     7.5     Removing Accounts
     7.6     Changing New Account Defaults
     7.7     Bulk Loading Accounts
     7.8     Returning or Deleting Messages
     7.9     Account Quotas
     7.10     Blocking Access, Blocking New Mail, and Locking Passwords
     7.11     Forwarding Mail
     7.12     Management Groups
     7.13     User Domains
         7.13.1         Enabling User Domains
         7.13.2         Creating a New User Domain
         7.13.3         Managing a User Domain
         7.13.4         Deleting a User Domain
     7.14     Use of the Utility by Non-privileged Users
     7.15     Information Display Formats
         7.15.1         Changing Default Display Formats
         7.15.2         Report Generation
     7.16     Recreating the Default Account
     7.17     Recreating the User Database
     7.18     Command Descriptions
    Command 19     ADD
    Command 20     COPY
    Command 21     DELETE
    Command 22     EXIT
    Command 23     FORWARD
    Command 24     GROUP
    Command 25     LOGIN
    Command 26     LOGOUT
    Command 27     MODIFY
    Command 28     NOFORWARD
    Command 29     QUIT
    Command 30     RENAME
    Command 31     SET DOMAIN
    Command 32     SET STORAGE_UNITS
    Command 33     SET TIME_UNITS
    Command 34     SHOW
    Command 35     TEST
Chapter 8
8 Migration
     8.1     Migrating the popstore to Another Platform
     8.2     Migrating Mailboxes
         8.2.1         Migrating UNIX and NT Mailboxes
    Command 36     MOVEIN
         8.2.2         Migrating OpenVMS Mailboxes
    Command 37     MOVEIN
Chapter 9
9 Report Generation
     9.1     Writing a Formatting File
     9.2     Producing a Report
     9.3     An Example
Chapter 10
10 Inbound Message Delivery & Message Bouncer
     10.1     The Inbound Delivery Channel
         10.1.1         Validating Accounts
         10.1.2         Storage Quotas
         10.1.3         Delivery Notifications
     10.2     The Message Bouncer
Chapter 11
11 Servers
     11.1     POP3 Servers
     11.2     IMAP Server
     11.3     poppassd Server
     11.4     HTTP Server
Chapter 12
12 Application Program Interface (API)
     12.1     Fundamentals
     12.2     Creating Accounts
         12.2.1         From Scratch
         12.2.2         By Copying
     12.3     Modifying Accounts
     12.4     Deleting Accounts
     12.5     Listing Accounts
     12.6     Billing Accounts
     12.7     Storing Messages
     12.8     Accessing Messages
     12.9     Using the API from Multi-threaded Programs
     12.10     Compiling and Linking Programs
     12.11     Basic Constants, Types, and Data Structures
         12.11.1         POPSTORE_user_data Structure
         12.11.2         POPSTORE_message_ref Structure
         12.11.3         POPSTORE_user_context Structure
     12.12     Subroutine Descriptions
    Command 38     POPSTORE_command
    Command 39     POPSTORE_command_d
    Command 40     POPSTORE_end
    Command 41     POPSTORE_error_to_text
    Command 42     POPSTORE_format_counters
    Command 43     POPSTORE_format_dispose
    Command 44     POPSTORE_format_forwarding
    Command 45     POPSTORE_format_forwarding_d
    Command 46     POPSTORE_format_message
    Command 47     POPSTORE_format_messages
    Command 48     POPSTORE_format_profile
    Command 49     POPSTORE_format_profiles
    Command 50     POPSTORE_format_profiles_d
    Command 51     POPSTORE_format_read
    Command 52     POPSTORE_init
    Command 53     POPSTORE_manage
    Command 54     POPSTORE_message_begin
    Command 55     POPSTORE_message_end
    Command 56     POPSTORE_message_mark_delete
    Command 57     POPSTORE_message_mark_nodelete
    Command 58     POPSTORE_message_mark_noread
    Command 59     POPSTORE_message_mark_read
    Command 60     POPSTORE_message_read
    Command 61     POPSTORE_message_return
    Command 62     POPSTORE_user_begin
    Command 63     POPSTORE_user_begin_d
    Command 64     POPSTORE_user_billing
    Command 65     POPSTORE_user_billing_d
    Command 66     POPSTORE_user_copy
    Command 67     POPSTORE_user_copy_d
    Command 68     POPSTORE_user_create
    Command 69     POPSTORE_user_create_dispose
    Command 70     POPSTORE_user_create_set
    Command 71     POPSTORE_user_delete
    Command 72     POPSTORE_user_delete_d
    Command 73     POPSTORE_user_end
    Command 74     POPSTORE_user_exists
    Command 75     POPSTORE_user_exists_d
    Command 76     POPSTORE_user_list
    Command 77     POPSTORE_user_list_d
    Command 78     POPSTORE_user_list_abort
    Command 79     POPSTORE_user_pw_change
    Command 80     POPSTORE_user_pw_change_d
    Command 81     POPSTORE_user_pw_check
    Command 82     POPSTORE_user_update


Previous Next Contents Index