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

0.17

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

This class provides configuration information for Perl modules related to the Courier MTA, e.g. installation specific file system paths.
The following Courier base configuration information is provided:
The base configuration directory of Courier.
The directory where Courier keeps the message queue (msgq, msgs, tmp) and courierfilter sockets (filters, allfilters).
The following Courier::Filter configuration information is provided:
The absolute file name of the Courier::Filter pureperlfilter configuration file.

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

Julian Mehnle <julian@mehnle.net>