diff options
Diffstat (limited to 'admin/www/faq.ht')
| -rw-r--r-- | admin/www/faq.ht | 12 |
1 files changed, 7 insertions, 5 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 <p> <a href="http://mail.python.org/pipermail/mailman-users/1998-November/000150.html">http://mail.python.org/pipermail/mailman-users/1998-November/000150.html</a> <p> <b> Q. Still having problems? Running QMail? -</b><br> A. Make sure that you are using "preline" before calling "wrapper": -<p> |preline /home/mailman/mail/wrapper post listname +</b><br> A. Make sure that you are using "preline" before calling the "mailman" + wrapper: +<p> |preline /home/mailman/mail/mailman post listname <p> "preline" adds a Unix-style "From " header which the archiver requires. You can fix the archive mbox files by adding: <p> From somebody Mon Oct 9 12:27:34 MDT 2000 @@ -306,14 +307,15 @@ Title: Mailman Frequently Asked Questions <p> 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): +<p> XXX This needs updating for MM2.1! <p> # 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 -<p> 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" +<p> 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 <p> o Run newaliases <p> - Before you restart everything, you want to make one last check. |
