This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Network > mailman (2.1.21)

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.

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
VAR_PREFIX variable at runtime. For example:

VAR_PREFIX="/var/mailman" ./mailman.SlackBuild

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:

CGI_GID="lighttpd" ./mailman.SlackBuild

This script also expects there to be a user and group called "mailman",
with uid and gid of 204 (see http://slackbuilds.org/uid_gid.txt):

# groupadd -g 204 mailman
# useradd -u 204 -d /dev/null -s /bin/false -g mailman mailman

If you execute the script without creating this user and group, it won't
build the Mailman package.

NOTE:
You must run /opt/mailman/bin/check_perms -f (using root) after
installation/upgrade and before running mailman daemon to fix permission
needed by this package.

This requires: dnspython

Maintained by: Steven King
Keywords: mailman,mailing list,list,mail
ChangeLog: mailman

Homepage:
http://www.gnu.org/software/mailman/index.html

Source Downloads:
mailman-2.1.21.tgz (848fcb250ca1461445d07b8a30c07376)

Download SlackBuild:
mailman.tar.gz
mailman.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds