20. Install MailDrop and TNEF reader
TNEF is a program for unpacking MIME attachments of type "application/ms-tnef". This is a Microsoft only attachment.
The TNEF program allows one to unpack the attachments which were encapsulated into the TNEF attachment. It is not essential to install TNEF, but it is highly recommended!
cd /var/src
tar -xzf tar/qmail-scanner-1.16.tgz
tar -xjf tar/maildrop-1.5.3.tar.bz2
tar -xzf tar/tnef-1.2.1.tar.gz
# Install maildrop
cd /var/src/maildrop-1.5.3
./configure
make
make install-strip
make install-man
# Install the tnef
cd /var/src/tnef-1.1.3
./configure
make
make install