| Previous | Next | Contents | Index |
This section contains step-by-step procedures for using the command
line utility pmdf configure mta) to generate PMDF
configuration files.
Typically, the web-based PMDF automatic configuration utility is used to generate PMDF-MTA configurations. (See Section 3.2 for information about using this utility.)
However, the |
You must be root to configure PMDF. If you are not logged
in as root, do so now.
To configure an MTA system, use the following commands to invoke the
PMDF configuration utility (assuming you have /usr/bin in
your search path):
# cd /pmdf/table # pmdf configure mta |
Do you want to use answers from the previous run as defaults? |
y (yes) if you want values from the previous
configuration to be the defaults for this configuration.
All your answers to the prompts are logged in a file in the /pmdf/table directory. After the first configuration,
pmdf configure uses the answers to the previous run as the
default answers. You can use the backslash character, \,
to clear a default answer.
|
y (yes). (See the
PMDF System Manager's Guide for a more detailed discussion of the purpose and function
of the PMDF Service Dispatcher.)
The PMDF Service Dispatcher is a resident process that listens for incoming TCP/IP connections on various ports, and matches those incoming connection requests to various servers (for example, the multithreaded SMTP server, a POP3 server, an IMAP server, an HTTP server). |
pmdf configure, print out the
checklist file
/pmdf/table/pmdf.checklist (for an MTA configuration).
Complete the configuration by following the steps outlined in the
checklist.
pmdf configure
dispatcher utility at this time. Either enter y
(yes), to perform the Dispatcher configuration now, or n
(no), to configure the Dispatcher later.
If you configure the Dispatcher later, use the following command:
|
pmdf configure mailbox_servers utility at this time.
Either answer y (yes), to perform the Mailbox Servers
configuration now, or n (no), to configure the Mailbox
Servers later.
The Mailbox Servers are usually configured by using the web-based configuration utility. (See the sample configuration in Chapter 5.) |
# pmdf configure mailbox_servers |
| Previous | Next | Contents | Index |