Installation of mutt
If you did not install a MTA, such as or , you need to create a group for mail users and
modify the ownership of /var/mail. This is done by
the following commands:
groupadd mail &&
chgrp mail /var/mail
Install mutt by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install