2002-08-05 23:07:31 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of mutt</title>
|
|
|
|
|
2002-09-14 03:06:37 +08:00
|
|
|
<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 &&
|
|
|
|
chgrp mail /var/mail</userinput></screen></para>
|
|
|
|
|
2002-08-05 23:07:31 +08:00
|
|
|
<para>Install mutt by running the following commands:</para>
|
|
|
|
|
2002-08-07 10:19:34 +08:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
2002-08-05 23:07:31 +08:00
|
|
|
make &&
|
|
|
|
make install </userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|