glfs/basicnet/mailnews/mutt/mutt-inst.xml
Larry Lawrence b09e6a439c mutt correction for no MTA
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@226 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-13 19:06:37 +00:00

20 lines
608 B
XML

<sect2>
<title>Installation of mutt</title>
<para>If you did not install a MTA, such as <xref linkend="postfix"/> or <xref
linkend="sendmail"/>, you need to create a group for mail users and
modify the ownership of <filename>/var/mail</filename>. This is done by
the following commands:</para>
<para><screen><userinput>groupadd mail &amp;&amp;
chgrp mail /var/mail</userinput></screen></para>
<para>Install mutt by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install </userinput></screen></para>
</sect2>