man 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
VERSION
0.16
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 (CWmsgq, CWmsgs, CWtmp) and courierfilter sockets (CWfilters, CWallfilters).
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>