NAME

pmxchannel.conf - JSMS connector configuration options


SYNOPSIS

/opt/pmx/jsms/etc/pmxchannel.conf


DESCRIPTION

A JSMS connector is automatically installed when the JSMS option is selected during PureMessage installation.

Important: This plugin is for use with JSMS versions 5.2 and 6 only. If you are configuring PureMessage to work with JSMS version 6.3 or 7.0, you should not assign a Mail Transfer Agent role during installation. Instead, see 'Configuring PureMessage for Java Systems Messaging Server' in the Knowledgebase on the Sophos website.

This plugin has four configurable options that can be edited via this configuration file. Only the root user can edit this file. By default, the pmxchannel.conf file contains a section similar to the following:

    <pmxchannel options>
        name = "pmxchannel options"
        description = "options to be loaded by each instance of the
        pmxchannel JSMS connector."
        socketspec =inet:3366@localhost
        milter_timeout = 213
    </pmxchannel>
name
The name of the option set.

description
A description of the option set.

socketspec
The server and port of the milter that the channel connects to. If the JSMS connector is installed on the same machine as PureMessage, this value is the same as the Milter_policy#port setting in pmx.conf (i.e. inet:3366@localhost). Otherwise, it points to the machine where PureMessage is running (e.g. 3366@somehost). This setting must be specified as port@hostname.

milter_timeout
The timeout value in seconds. When very large messages are passed to the milter, they sometimes take a long time to process. This value can be increased to let those messages be processed. Otherwise, the milter fails with a timeout error. This setting must be specified as an integer.


COPYRIGHT

Copyright (C) 2000-2008 Sophos Group. All rights reserved. Sophos and PureMessage are trademarks of Sophos Plc and Sophos Group.