From 34d6ece8a454e5d1d027ed106ba039a0a88db36d Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Sun, 17 Sep 2006 18:16:07 +0000 Subject: Copy the mm21 admin directory out of the mm21 branch. We'll svn external the latter to get that back into the release, but I really don't want to maintain multiple copies of the web pages. --- admin/www/mailman-install/node4.html | 129 ----------------------------------- 1 file changed, 129 deletions(-) delete mode 100644 admin/www/mailman-install/node4.html (limited to 'admin/www/mailman-install/node4.html') diff --git a/admin/www/mailman-install/node4.html b/admin/www/mailman-install/node4.html deleted file mode 100644 index cc24a96a..00000000 --- a/admin/www/mailman-install/node4.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - -2.1 Add the group and user - - - - - -

-2.1 Add the group and user -

- -

-Mailman requires a unique user and group name which will own its files, and -under which its processes will run. Mailman's basic security is based on -group ownership permissions, so it's important to get this step -right1. Typically, you will add a new user and a new -group, both called mailman. The mailman user must be a member -of the mailman group. Mailman will be installed under the -mailman user and group, with the set-group-id (setgid) bit enabled. - -

-If these names are already in use, you can choose different user and group -names, as long as you remember these when you run configure. If you -choose a different unique user name, you will have to specify this with -configure's --with-username option, and if you choose -a different group name, you will have to specify this with -configure's --with-groupname option. - -

-On Linux systems, you can use the following commands to create these -accounts. Check your system's manual pages for details: - -

-

-    % groupadd mailman
-    % useradd -c''GNU Mailman'' -s /no/shell -d /no/home -g mailman mailman
-
- -

-


Footnotes

-
-
... -right1
-
You will be able to check and repair your permissions after -installation is complete. - -
-
- - - - - -- cgit v1.2.3