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


NAME

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

Back to Top


VERSION

0.17

Back to Top


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;

Back to Top


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.

Back to Top


SEE ALSO

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

Back to Top


AUTHOR

Julian Mehnle <julian@mehnle.net>

Back to Top

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