diff options
| author | bwarsaw | 1999-02-19 23:10:01 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-02-19 23:10:01 +0000 |
| commit | b01e75062ee336db47e3a78f729c221f42762fc8 (patch) | |
| tree | 9a4bbb685b0dc26c2fec8ba9cbf88d26e54d83f6 | |
| parent | 0879151f6f34338b4cc22cd6e69249a54a9b6819 (diff) | |
| download | mailman-b01e75062ee336db47e3a78f729c221f42762fc8.tar.gz mailman-b01e75062ee336db47e3a78f729c221f42762fc8.tar.zst mailman-b01e75062ee336db47e3a78f729c221f42762fc8.zip | |
Two new Linux-specific answers
| -rw-r--r-- | README.LINUX | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/README.LINUX b/README.LINUX new file mode 100644 index 000000000..8ec6a7c93 --- /dev/null +++ b/README.LINUX @@ -0,0 +1,41 @@ +Mailman - The GNU Mailing List Management System +Copyright (C) 1998 by the Free Software Foundation, Inc. +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + +LINUX ISSUES + +Linux seems to be the most popular platform on which to run Mailman, +which really shouldn't be a big surprise. We have found that there +are a number of issues that come up when running Mailman on various +versions of Linux. + +1. When I send mail to a Mailman list, messages silently disappear. + + Some versions of SuSE Linux have a pecular problem/bug/feature + where effective group ids are not preserved across popen() calls. + Unfortunately, Mailman uses several popen() calls during the + delivery of messages, so if your Linux exhibits this behavior, your + mail will silently disappear. + + With Mailman 1.0b8+, we have a workaround that should fix this for + affected Linux systems, if your system has the setregid() call. If + you don't have this function, and you see messages disappearing, + you can try the following unsupported workaround: chmod + $prefix/mailman/data to the uid that mail programs run as. You can + find this uid by investigating your MTA documentation or + configuration. This workaround is unsupported in that it is not + known whether anything else will break because of this change. + +2. When do I get an Operation not permitted error in aside_new()? + + If you are running secure_linux, you probably have restricted + hardlinks turned on. Gergely Madarasz says that this not only + restricts hardlinks in /tmp, but also in any non +t directory. + You must turn restricted hardlinks off. + + + +Local Variables: +mode: text +indent-tabs-mode: nil +End: |
