2002-08-05 23:07:31 +08:00
|
|
|
<sect2>
|
2003-05-14 08:14:31 +08:00
|
|
|
<title>Installation of <application>mutt</application></title>
|
2002-08-05 23:07:31 +08:00
|
|
|
|
2003-05-14 08:14:31 +08:00
|
|
|
<para><application>Mutt</application> requires a group named 'mail'. You can
|
|
|
|
add this group, if it does not exist, with this command:
|
|
|
|
<screen><userinput><command>groupadd mail</command></userinput></screen></para>
|
2002-09-14 03:06:37 +08:00
|
|
|
|
2003-05-14 08:14:31 +08:00
|
|
|
<para>If you did not install a <acronym>MTA</acronym>, 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><command>chgrp mail /var/mail</command></userinput></screen></para>
|
2002-09-14 03:06:37 +08:00
|
|
|
|
2003-05-14 08:14:31 +08:00
|
|
|
<para>Install <application>mutt</application> by running the following commands:</para>
|
2002-08-05 23:07:31 +08:00
|
|
|
|
2003-05-14 08:14:31 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
2002-08-05 23:07:31 +08:00
|
|
|
make &&
|
2003-05-14 08:14:31 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-08-05 23:07:31 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|