Previous Topic: Create User for Milter MTA AgentNext Topic: Configure Postfix


Install the Milter MTA agent

When you install the Milter MTA agent, you are prompted for details about the Milter user, installation directory and socket connection.

To install the Milter MTA agent

  1. As root, run this shell command to extract the installation files:
    <path>/install.sh
    

    Where <path> specifies the mount point of the CA DataMinder distribution media containing the install.sh file. For example:

    <mount>/lin_i/WgnMilter/install.sh
    

    Where <mount> is the mount point.

  2. When the file extraction is complete, install.sh prompts you for the following details.
  3. Sendmail or Postfix: Specify whether you are installing an integration agent for Sendmail or Postfix (options 1 and 2 respectively).
  4. Existing mail agent user: Specify the ‘Milter user’ you chose or created, (for example, miltuser). The Milter MTA agent runs as this user.
  5. Installation directory: Specify the directory where you want to install the Milter MTA agent. For example:
    /opt/milt
    
  6. Socket identifier for Sendmail: Specify the socket that will be used for communication between Sendmail and the Milter MTA agent. Note that this socket is created and deleted when you start and stop the Milter MTA agent.

    Important! This identifier must match the socket specified in sendmail.mc.

    Specify a local socket if you are installing the Milter MTA agent directly onto the Sendmail or Postfix server. Specify an Internet socket if you are installing the Milter MTA agent on a separate Linux machine.

  7. IP address of Socket agent host machine: Enter the IP address of the machine hosting the CA DataMinder Socket API.
  8. Socket agent port number: Enter the port number for the listening port on the Socket API host server. Or you can accept the default port (8538).

    Note: Press Enter to accept the default port number.

  9. Configure a secondary Socket agent: If required, you can specify a secondary Socket API on a separate machine to ensure high availability. If your primary Socket API (step 7) becomes unavailable for any reason, the Milter MTA agent will automatically switch to the secondary Socket API.

    Type y or n to indicate whether or not you want to configure a secondary Socket API. If you type y, the installation script prompts you for the IP address and port number on the machine hosting the secondary Socket API.

  10. install.sh now lists a summary of the Milter MTA agent details. If you need to amend any details, you can do so now. Otherwise, confirm the details to begin the file transfer.

    In particular, the install.sh script installs the following items to the installation directory you specified in step 5:

More information:

Create User for Milter MTA Agent

Turn On Sendmail and Postfix Integration

Configure the Milter MTA Agent

Uninstall the Milter MTA Agent