blob: 0d2e2f3d773ecca1b804eafc28cd2055af7c6c9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Mailman - The GNU Mailing List Management System
Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc.
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
GNU/LINUX ISSUES
GNU/Linux seems to be the most popular platform on which to run
Mailman, which really shouldn't be a big surprise. Here are some
hints on getting Mailman to run on Linux:
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. This
can cause "Operation not permitted" errors in MailList.Save() -- you
will see a traceback. You must turn restricted hardlinks off. This
is also known under the name of Openwall Security Patches.
Local Variables:
mode: text
indent-tabs-mode: nil
End:
|