The Procmail package contains an autonomous mail processor. This is useful for filtering and sorting incoming mail.
Download (HTTP): http://www.procmail.org/procmail-3.22.tar.gz
Download (FTP): ftp://ftp.procmail.net/pub/procmail/procmail-3.22.tar.gz
Download MD5 sum: 1678ea99b973eb77eda4ecf6acae53f1
Download size: 338 KB
Estimated disk space required: 1.5 MB
Estimated build time: 0.38 SBU
Install Procmail by running the following commands:
make LOCKINGTEST=/tmp install &&
make install-suid
make LOCKINGTEST=/tmp install: This prevents make from asking you where to test file-locking patterns.
make install-suid: Modifies permissions of the installed files.
The Procmail package contains procmail, formail, lockfile and mailstat.
procmail is an autonomous mail processor. It performs all the functions of a MDA (Mail Delivery Agent).
Last updated on 2005-02-11 15:17:38 -0700