aboutsummaryrefslogtreecommitdiffstats
path: root/admin/www/mailman-install/node9.html
diff options
context:
space:
mode:
authorbwarsaw <>2005-05-13 04:21:54 +0000
committerbwarsaw <>2005-05-13 04:21:54 +0000
commitbce07e58accbc82371ad56ca0b143b916bb9bfde (patch)
tree226594544b9751a146bd1993792a73713b288939 /admin/www/mailman-install/node9.html
parentfd88d0606759107336d1a6c6a060771763fdc2bb (diff)
downloadmailman2-bce07e58accbc82371ad56ca0b143b916bb9bfde.tar.gz
mailman2-bce07e58accbc82371ad56ca0b143b916bb9bfde.tar.xz
mailman2-bce07e58accbc82371ad56ca0b143b916bb9bfde.zip
Provide a warning about the private archive directory permissions on shared
multiuser systems, and provide some information on what can be done about it. Update the install document.
Diffstat (limited to '')
-rw-r--r--admin/www/mailman-install/node9.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/admin/www/mailman-install/node9.html b/admin/www/mailman-install/node9.html
index ffadfeb3..498f47fc 100644
--- a/admin/www/mailman-install/node9.html
+++ b/admin/www/mailman-install/node9.html
@@ -81,6 +81,30 @@ to fix the problems (probably the easiest solution):
</UL>
<P>
+<div class="warning"><b class="label">Warning:</b>
+
+If you're running Mailman on a shared multiuser system, and you have mailing
+lists with private archives, you may want to hide the private archive
+directory from other users on your system. In that case, you should drop the
+other execute permission (o-x) from the <span class="file">archives/private</span> directory.
+However, the web server process must be able to follow the symbolic link in
+public directory, otherwise your public Pipermail archives will not work. To
+set this up, become root and run the following commands:
+
+<P>
+<div class="verbatim"><pre>
+# cd &lt;prefix&gt;/archives
+# chown &lt;web-server-user&gt; private
+# chmod o-x private
+</pre></div>
+
+<P>
+You need to know what user your web server runs as. It may be <code>www</code>,
+<code>apache</code>, <code>httpd</code> or <code>nobody</code>, depending on your server's
+configuration.
+</div>
+
+<P>
<DIV CLASS="navigation">
<div class='online-navigation'>
@@ -114,7 +138,7 @@ to fix the problems (probably the easiest solution):
</div>
</div>
<hr />
-<span class="release-info">Release 2.1, documentation updated on April 16, 2005.</span>
+<span class="release-info">Release 2.1, documentation updated on May 12, 2005.</span>
</DIV>
<!--End of Navigation Panel-->