The Mutt package contains a Mail User Agent. This is useful for reading, writing, replying to, saving, and deleting your email.
Download (HTTP): http://gd.tuwien.ac.at/infosys/mail/mutt/mutt-1.4.2.1i.tar.gz
Download (FTP): ftp://ftp.mutt.org/mutt/mutt-1.4.2.1i.tar.gz
Download MD5 sum: 710bd56d3c4c4bcd1403bc4e053f7476
Download size: 2.6 MB
Estimated disk space required: 16.9 MB
Estimated build time: 0.35 SBU
GnuPG-1.4.1, ispell-3.2.06.epa7, MIT krb5-1.4.1 or Heimdal-0.7, Cyrus SASL-2.1.21, OpenSSL-0.9.7g, slang-1.4.9 and GDB
Mutt requires a group named mail. You can add this group, if it does not exist, with this command:
groupadd -g 34 mail
If you did not install a MTA, such as Postfix-2.2.5 or Sendmail-8.13.4, you need to modify the ownership of /var/mail with this command:
chgrp -v mail /var/mail
Install Mutt by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc \ --enable-pop --enable-imap && make
This package does not come with a test suite.
Now, as the root user:
make install
--enable-pop: This switch enables POP3 support.
--enable-imap: This switch enables IMAP support.
Last updated on 2005-08-01 13:29:19 -0600