Sun Java System Messaging Server 6 2005Q4 Administration Guide

To Configure POP Services

You can perform basic configuration of the Messaging Server POP service by using the configutil command or by using Sun ONE Console. Some of the more common POP services options are given in this chapter. A complete listing can be found in the configutil Parameters in Sun Java System Messaging Server 6 2005Q4 Administration Reference.

For more information, see also:

ProcedureTo Configure the POP Service Using Console

Steps
  1. From Sun ONE Console, open the Messaging Server you want to configure.

  2. Click the Configuration tab and open the Services folder in the left pane.

  3. Select POP.

  4. Click the System tab in the right pane.

  5. To enable the service, check the box labeled “Enable POP service at port” and assign a port number.

  6. Specify connection settings as follows:

  7. Specify process settings as follows:

  8. If desired, in the POP service banner field, specify a service banner.

  9. Click Save.


    Note –

    For the POP service, password-based login is automatically enabled.


    Command Line. You can set values for POP attributes at the command line as follows:

    To enable or disable the POP service:

    configutil -o service.pop.enable -v [ yes | no ]

    To specify the port number:

    configutil -o service.pop.port -v number

    To set the maximum number of network connections per process:

    configutil -o service.pop.maxsessions -v number

    To set the maximum idle time for connections:

    configutil -o service.pop.idletimeout -v number

    To set the maximum number of threads per process:

    configutil -o service.pop.maxthreads -v number

    To set the maximum number of processes:

    configutil -o service.pop.numprocesses -v number

    To enable POP over SSL:


    configutil -o service.pop.enablesslport -v 1
    configutil -o service.pop.sslport -v 995

    TLS is also supported if SSL is configured correctly.

    To specify a protocol welcome banner:

    configutil -o service.pop.banner -v banner