A collection of tools for the Exim Mail Transfer Agent
Download the archive and extract into a folder. Then, to install the package:
make install
This installs admin scripts to /usr/sbin
, user scripts to /usr/local/bin
and
man pages to /usr/share/man
. You can also stage the installation with:
make DESTDIR=/stage/path install
You can undo the install with:
make uninstall