PMDF Installation Guide
Tru64 UNIX Edition


Previous Next Contents Index

4.1 Before You Begin

Prior to running the PMDF Mailbox Servers configuration utility you must have installed PMDF-MTA on your system, and it is recommended that you also configure PMDF itself (and the PMDF Service Dispatcher, normally done automatically as part of the PMDF configuration) before configuring the PMDF POP and IMAP mailbox servers. Refer to Chapter 1 through Chapter 5 if you have not already installed and configured PMDF-MTA.

If you were previously using non-PMDF servers, or older PMDF singlethreaded servers running under the inetd daemon, then you will need to disable these old servers before you can use PMDF's multithreaded servers. (Before configuring PMDF's servers is a convenient time to do this, although if you prefer you can wait until after you have configured PMDF's servers but before you try to start PMDF's servers.) Check your /etc/inetd.conf file; if it has any POP3 or IMAP services defined, that is, any lines such as


pop3    stream  tcp     nowait  root    ... 
imap    stream  tcp     nowait  root    ... 
you must remove those lines. After modifying your inetd.conf file, you should restart the inetd daemon by issuing a command such as the following:


# kill -1 `cat /var/run/inetd.pid`

The PMDF POP and IMAP mailbox servers configuration utility will prompt for several pieces of information. In particular, it will ask which POP and/or IMAP servers you want to run, and how many simultaneous POP or IMAP connections you want to allow at your site, to which you will need to provide site-appropriate answers. For further questions, the configuration utility attempts to provide reasonable default values. You might want to mostly take the default answers the first time you configure, and then later after observing the actual POP and IMAP usage at your site, reconfigure with answers geared for your site. Configuration questions will include the following:

Note

1 The utility of an overdraft quota is explained in the PMDF popstore & MessageStore Manager's Guide.


Previous Next Contents Index