2002-08-05 23:07:31 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of mutt</title>
|
|
|
|
|
2003-04-07 05:54:20 +08:00
|
|
|
<para>Mutt requires a group named 'mail'. You can add this group, if it
|
|
|
|
does not exist, with this command:
|
|
|
|
<screen><userinput>groupadd mail</userinput></screen></para>
|
2002-09-14 03:06:37 +08:00
|
|
|
|
2003-04-07 05:54:20 +08:00
|
|
|
<para>If you did not install a MTA, such as <xref linkend="postfix"/> or <xref
|
|
|
|
linkend="sendmail"/>, you need to modify the ownership of
|
|
|
|
<filename>/var/mail</filename> with this command:
|
|
|
|
<screen><userinput>chgrp mail /var/mail</userinput></screen></para>
|
2002-09-14 03:06:37 +08:00
|
|
|
|
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>
|
|
|
|
|