diff options
| author | Barry Warsaw | 2017-02-04 17:08:14 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-02-04 17:08:14 -0500 |
| commit | e6b14e5a509fa28d8bf871d88260be0b7749c72b (patch) | |
| tree | 1c481f1595bedc0be111436415702d301123d6ea /src/mailman/config | |
| parent | 31cb0e626509bb654232869d0ca961876f598a93 (diff) | |
| download | mailman-e6b14e5a509fa28d8bf871d88260be0b7749c72b.tar.gz mailman-e6b14e5a509fa28d8bf871d88260be0b7749c72b.tar.zst mailman-e6b14e5a509fa28d8bf871d88260be0b7749c72b.zip | |
Extensive reorganization
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/docs/config.rst | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/mailman/config/docs/config.rst b/src/mailman/config/docs/config.rst index af9b35061..16c3d40bc 100644 --- a/src/mailman/config/docs/config.rst +++ b/src/mailman/config/docs/config.rst @@ -1,6 +1,8 @@ -======================= - Mailman Configuration -======================= +.. _configuration: + +===================== + Configuring Mailman +===================== This is Mailman's default configuration, directly included from the source code. The format is standard "ini"-style. @@ -30,10 +32,10 @@ You will need to restart Mailman for any changes to take effect. schema.cfg ========== -``schema.cfg`` includes templates for several configuration options that are -instantiated inside of ``mailman.cfg``. Sections that are named with a suffix -of ``.master`` or ``.template`` (e.g. ``paths.master``) are "template" -sections which require an instantiation in ``mailman.cfg`` [#]_. +``schema.cfg`` defines the ini-file schema and contains documentation for +every section and configuration variable. Sections that are named with a +suffix of ``.master`` or ``.template`` (e.g. ``paths.master``) are "template" +sections which must be defined in the ``mailman.cfg`` file [#]_. .. literalinclude:: ../schema.cfg |
