From 3a258ad5cdd98c5705af6c02ba91993b3d382adc Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 5 Dec 2007 17:23:41 -0500 Subject: Because the admin directory is no longer included, the www directory isn't either, and that's where the generated docs used to live. So now, make this directory include the generated docs, removing the old IPC7 and LISA-98 directories, and the .tex source files. These latter are moved to the admin repository. --- doc/mailman-install/customizing.html | 139 +++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 doc/mailman-install/customizing.html (limited to 'doc/mailman-install/customizing.html') diff --git a/doc/mailman-install/customizing.html b/doc/mailman-install/customizing.html new file mode 100644 index 00000000..8600d093 --- /dev/null +++ b/doc/mailman-install/customizing.html @@ -0,0 +1,139 @@ + + + + + + + + + + + + + +7 Review your site defaults + + + + + +

+
+7 Review your site defaults +

+ +

+Mailman has a large number of site-wide configuration options which you should +now review and change according to your needs. Some of the options control +how Mailman interacts with your environment, and other options select defaults +for newly created lists5. +There are system tuning parameters and integration options. + +

+The full set of site-wide defaults lives in the +$prefix/Mailman/Defaults.py file, however you should +never modify this file! Instead, change the mm_cfg.py file in +that same directory. You only need to add values to mm_cfg.py that are +different than the defaults in Defaults.py, and future Mailman upgrades +are guaranteed never to touch your mm_cfg.py file. + +

+The Defaults.py file is documented extensively, so the options are not +described here. The Defaults.py and mm_cfg.py are both +Python files so valid Python syntax must be +maintained or your Mailman installation will break. + +

+

Note: + +Do not change the HOME_DIR or MAILMAN_DIR variables. +These are set automatically by the configure script, and you will +break your Mailman installation by if you change these. +
+ +

+You should make any changes to mm_cfg.py using the account you +installed Mailman under in the 14 section. + +

+


Footnotes

+
+
... lists5
+
In general, changing the list defaults +described in this section will not affect any already created lists. To make +changes after a list has been created, use the web interface or the command +line scripts, such as bin/withlist and bin/config_list. + +
+
+ + + + + -- cgit v1.2.3