Julian Mehnle > Courier-Filter-0.17 > Courier::Config

Download:
courier-filter/Courier-Filter-0.17.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.17   Source   Latest Release: Courier-Filter-v0.200

NAME ^

Courier::Config - A Perl class providing configuration information for Perl modules related to the Courier MTA

VERSION ^

0.17

SYNOPSIS ^

    use Courier::Config;
    
    # Courier base configuration:
    Courier::Config::COURIER_CONFIG_DIR;
    Courier::Config::COURIER_RUNTIME_DIR;
    
    # Courier::Filter configuration:
    Courier::Config::COURIER_FILTER_CONF;

DESCRIPTION ^

This class provides configuration information for Perl modules related to the Courier MTA, e.g. installation specific file system paths.

Courier base configuration

The following Courier base configuration information is provided:

COURIER_CONFIG_DIR

The base configuration directory of Courier.

COURIER_RUNTIME_DIR

The directory where Courier keeps the message queue (msgq, msgs, tmp) and courierfilter sockets (filters, allfilters).

Courier::Filter configuration

The following Courier::Filter configuration information is provided:

COURIER_FILTER_CONF

The absolute file name of the Courier::Filter pureperlfilter configuration file.

SEE ALSO ^

For AVAILABILITY, SUPPORT, and LICENSE information, see Courier::Filter::Overview.

AUTHOR ^

Julian Mehnle <julian@mehnle.net>