Scroll to navigation

Sympa::ConfDef(3Sympa) sympa 6.2.16 Sympa::ConfDef(3Sympa)

NAME

Sympa::ConfDef - Definition of site and robot configuration parameters

DESCRIPTION

This module keeps definition of configuration parameters for site default and each robot.

Global variable

@params
Includes following items in order parameters are shown.
"{ gettext_id => TITLE }"
Title for the group of parameters following.
"{ name => NAME, DEFINITIONS, ... }"
Definition of parameter. DEFINITIONS may contain following pairs.
Name of the parameter.
Conf file where the parameter is defined. If omitted, the parameter won't be added automatically to the config file, even if a default is set. "wwsympa.conf" is a synonym of "sympa.conf". It remains there in order to migrating older versions of config.
Default value. DON'T SET AN EMPTY DEFAULT VALUE! It's useless and can lead to errors on fresh install.
Description of the parameter.
Additional advice concerning the parameter.
FIXME FIXME
This defines the parameters to be edited.
FIXME FIXME
If 1, the parameter can have a specific value in a virtual host.
'db_first', 'file_first' or 'no'.
FIXME FIXME
If 1, the parameter can have multiple values. Default is 0.
If 1, the parameter is the name of scenario.

SEE ALSO

sympa.conf(5), robot.conf(5).

2016-11-25 6.2.16