diff options
| -rw-r--r-- | README.rst | 1 | ||||
| -rw-r--r-- | src/mailman/config/docs/config.rst | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 2573ae253..3d412fa1b 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,7 @@ Table of Contents src/mailman/docs/INTRODUCTION src/mailman/docs/RELEASENOTES + src/mailman/config/docs/config src/mailman/docs/DATABASE src/mailman/docs/MTA src/mailman/docs/WebUIin5 diff --git a/src/mailman/config/docs/config.rst b/src/mailman/config/docs/config.rst new file mode 100644 index 000000000..f8bc94328 --- /dev/null +++ b/src/mailman/config/docs/config.rst @@ -0,0 +1,9 @@ +Mailman Configuration +===================== + +This is Mailman's default configuration, directly included from the source +code. You can override these in your configuration to modify the behavior of +Mailman Core. + +.. literalinclude:: ../mailman.cfg +.. literalinclude:: ../schema.cfg |
