From 02e7ac7ac289ac6831e2b3ea745321ae4173d24e Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 18 Jan 2002 17:02:43 +0000 Subject: Updates --- admin/www/faq.ht | 12 +++++++----- admin/www/faq.html | 14 ++++++++------ admin/www/inthenews.ht | 9 +++++++++ admin/www/inthenews.html | 11 ++++++++++- 4 files changed, 34 insertions(+), 12 deletions(-) diff --git a/admin/www/faq.ht b/admin/www/faq.ht index bde514280..601d584a7 100644 --- a/admin/www/faq.ht +++ b/admin/www/faq.ht @@ -126,8 +126,9 @@ Title: Mailman Frequently Asked Questions
http://mail.python.org/pipermail/mailman-users/1998-November/000150.html
Q. Still having problems? Running QMail?
-
A. Make sure that you are using "preline" before calling "wrapper":
-
|preline /home/mailman/mail/wrapper post listname
+
A. Make sure that you are using "preline" before calling the "mailman"
+ wrapper:
+
|preline /home/mailman/mail/mailman post listname
"preline" adds a Unix-style "From " header which the archiver requires. You can fix the archive mbox files by adding:
From somebody Mon Oct 9 12:27:34 MDT 2000 @@ -306,14 +307,15 @@ Title: Mailman Frequently Asked Questions
o Now change the targets of the original aliases to forward to the new aliases. When you're done, you will end up with /etc/aliases entries like the following (YMMV): +
XXX This needs updating for MM2.1!
# Forward the oldname list to the newname list oldname: newname@dom.ain oldname-request: newname-request@dom.ain oldname-admin: newname-admin@dom.ain oldname-owner: newname-owner@dom.ain -
newname: "|/usr/local/mailman/mail/wrapper post newname" - newname-admin: "|/usr/local/mailman/mail/wrapper mailowner newname" - newname-request: "|/usr/local/mailman/mail/wrapper mailcmd newname" +
newname: "|/usr/local/mailman/mail/mailman post newname" + newname-admin: "|/usr/local/mailman/mail/mailman mailowner newname" + newname-request: "|/usr/local/mailman/mail/mailman mailcmd newname" newname-owner: newname-admin
o Run newaliases
- Before you restart everything, you want to make one last check. diff --git a/admin/www/faq.html b/admin/www/faq.html index ff4be38fc..8161c0e6a 100644 --- a/admin/www/faq.html +++ b/admin/www/faq.html @@ -1,6 +1,6 @@ - +