From 7fd3afbe2480275fe41fa0169ed72abd1f425048 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Tue, 14 Dec 2004 04:27:49 +0000 Subject: Committing lots of documentation updates, including linking up to the new mailman-installation guide, and filling out the other formats that seemed to be missing. --- admin/www/mailman-install/node39.html | 129 ++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 admin/www/mailman-install/node39.html (limited to 'admin/www/mailman-install/node39.html') diff --git a/admin/www/mailman-install/node39.html b/admin/www/mailman-install/node39.html new file mode 100644 index 00000000..f6b4338f --- /dev/null +++ b/admin/www/mailman-install/node39.html @@ -0,0 +1,129 @@ + + + + + + + + + + + + +7 Create a site-wide mailing list + + + + + +

+7 Create a site-wide mailing list +

+ +

+After you have completed the integration of Mailman and your mail server, you +need to create a ``site-wide'' mailing list. This is the one that password +reminders will appear to come from, and it is required for proper Mailman +operation. Usually this should be a list called mailman, but if you +need to change this, be sure to change the MAILMAN_SITE_LIST variable in +mm_cfg.py. You can create the site list with this command, following +the prompts: + +

+

+    % bin/newlist mailman
+
+ +

+Now configure your site list. There is a convenient template for a generic +site list in the installation directory, under data/sitelist.cfg which +can help you with this. You should review the configuration options in the +template, but note that any options not named in the sitelist.cfg file +won't be changed. + +

+The template can be applied to your site list by +running: + +

+

+    % bin/config_list -i data/sitelist.cfg mailman
+
+ +

+After applying the sitelist.cfg options, be sure you review the +site list's configuration via the admin pages. + +

+You should also subscribe yourself to the site list. + +

+ +

+ + + + -- cgit v1.2.3