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
Mutt requires a group named 'mail'. You can add this group, if it does not exist, with this command:
groupadd mail
If you did not install a MTA, such as Postfix-2.1.5 or Sendmail-8.13.3, you need to modify the ownership of /var/mail with this command:
chgrp mail /var/mail
Install Mutt by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install
--sysconfdir=/etc: This installs the configuration files into /etc instead of /usr/etc.
The Mutt package contains mutt, flea, muttbug, mutt_dotlock, pgpwrap and pgpring.
Last updated on 2005-02-11 15:17:38 -0700