From b6b4eb9357283285be4624a60922b8270cc8164f Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 14 Dec 2009 14:41:45 -0800 Subject: - Updated docs for 2.1.13 release. - Added "white-space: pre-wrap" style for
 tag in archives.
   Bug #266467.
---
 doc/mailman-install/site-list.html | 131 +++++++++++++++++++++++++++++++++++++
 1 file changed, 131 insertions(+)
 create mode 100644 doc/mailman-install/site-list.html

(limited to 'doc/mailman-install/site-list.html')

diff --git a/doc/mailman-install/site-list.html b/doc/mailman-install/site-list.html
new file mode 100644
index 00000000..c4473cfa
--- /dev/null
+++ b/doc/mailman-install/site-list.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+8 Create a site-wide mailing list
+
+
+
+
+
+

+
+8 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