Ignore:
Timestamp:
05/14/2003 12:14:31 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6e23722
Parents:
59049e84
Message:

intro update to fetchmail, mutt, procmail, db

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@909 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt/mutt-inst.xml

    r59049e84 rbe352a7  
    11<sect2>
    2 <title>Installation of mutt</title>
     2<title>Installation of <application>mutt</application></title>
    33
    4 <para>Mutt requires a group named 'mail'.  You can add this group, if it
    5 does not exist, with this command:
    6 <screen><userinput>groupadd mail</userinput></screen></para>
     4<para><application>Mutt</application> requires a group named 'mail'.  You can
     5add this group, if it does not exist, with this command:
     6<screen><userinput><command>groupadd mail</command></userinput></screen></para>
    77
    8 <para>If you did not install a MTA, such as <xref linkend="postfix"/> or <xref
    9 linkend="sendmail"/>, you need to modify the ownership of
    10 <filename>/var/mail</filename> with this command:
    11 <screen><userinput>chgrp mail /var/mail</userinput></screen></para>
     8<para>If you did not install a <acronym>MTA</acronym>, such as <xref
     9linkend="postfix"/> or <xref linkend="sendmail"/>, you need to modify the
     10ownership of <filename>/var/mail</filename> with this command:
     11<screen><userinput><command>chgrp mail /var/mail</command></userinput></screen></para>
    1212
    13 <para>Install mutt by running the following commands:</para>
     13<para>Install <application>mutt</application> by running the following commands:</para>
    1414
    15 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     15<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    1616make &amp;&amp;
    17 make install </userinput></screen></para>
     17make install</command></userinput></screen>
    1818
    1919</sect2>
Note: See TracChangeset for help on using the changeset viewer.