Table of Contents
- ezmlm-web
- source installation
- debian packages
- manual installation
- debian package repository
- Mail::Ezmlm (perl module)
ezmlm-web
source installation
- download a .tar.gz archive
- extract it (tar xzf FILENAME.tar.gz)
- follow the instructions in the INSTALL file
debian packages
manual installation
- download a debian package file (.deb)
- run dpkg -i FILENAME.deb
debian package repository
You may use the debian package repository at toolforge:
- add deb http://systemausfall.org/toolforge/debian testing main contrib non-free to your /etc/apt/sources.list file
- run apt-get update
- install (or upgrade) the package with apt-get install ezmlm-web
Besides testing you may also use the stable or unstable packages - read DebianRepository for details.
Mail::Ezmlm
This perl module is required for ezmlm-web.
You may download it from the Ezmlm directory above or you can use the debian package repository.