diff options
Diffstat (limited to 'network/mailman')
-rw-r--r-- | network/mailman/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/network/mailman/README b/network/mailman/README index afa42d05f308..61d3495489d5 100644 --- a/network/mailman/README +++ b/network/mailman/README @@ -3,8 +3,9 @@ Mailman (the GNU Mailing List Manager) Unlike other SlackBuilds which have a /usr installation prefix, this script will install Mailman to /opt/mailman instatead. This is done to simplify the build process since Mailman attemps to install itself -into many non-standard directories in the prefix directory. Therefore, it -is installed as a self-contained and easily-removable location in /opt. +into many non-standard directories in the prefix directory. Therefore, +it is installed as a self-contained and easily-removable location +in /opt. It may be that you wish to keep Mailman's lists database in /var/mailman instead of /opt/mailman/var/mailman, in which case you should adjust the @@ -15,8 +16,10 @@ VAR_PREFIX variable at runtime. For example: This SlackBuild assumes the webserver group name to be "apache", which should work just fine for you if you have the Slackware httpd package installed. -If you wish to use a diffent webserver then set the group name accordingly -by passing is to the script via the CGI_GID variable at runtime. Eg: + +If you wish to use a diffent webserver then set the group name +accordingly by passing is to the script via the CGI_GID variable at +runtime. Eg: CGI_GID="lighttpd" ./mailman.SlackBuild |