Installation of <application>Mutt</application> 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 or , 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