Ignore:
Timestamp:
03/23/2020 09:46:15 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2aa0f3b
Parents:
bb65a3c
Message:

Finish formatting "networking"

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mailx.xml

    rbb65a3c r7c56ece  
    3333    <title>Introduction to Heirloom mailx</title>
    3434
    35     <para>The <application>Heirloom mailx</application> package (formerly
    36     known as the <application>Nail</application> package) contains
    37     <command>mailx</command>, a command-line Mail User Agent derived from
    38     Berkeley Mail. It is intended to provide the functionality of the POSIX
    39     <command>mailx</command> command with additional support for MIME messages,
    40     IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting,
    41     scoring, and filtering. <application>Heirloom mailx</application> is
    42     especially useful for writing scripts and batch processing.</para>
     35    <para>
     36      The <application>Heirloom mailx</application> package (formerly
     37      known as the <application>Nail</application> package) contains
     38      <command>mailx</command>, a command-line Mail User Agent derived from
     39      Berkeley Mail. It is intended to provide the functionality of the POSIX
     40      <command>mailx</command> command with additional support for MIME
     41      messages, IMAP (including caching), POP3, SMTP, S/MIME, message
     42      threading/sorting, scoring, and filtering. <application>Heirloom
     43      mailx</application> is especially useful for writing scripts and batch
     44      processing.
     45    </para>
    4346
    4447    &lfs91_checked;
     
    4750    <itemizedlist spacing='compact'>
    4851      <listitem>
    49         <para>Download (HTTP): <ulink url="&mailx-download-http;"/></para>
    50       </listitem>
    51       <listitem>
    52         <para>Download (FTP): <ulink url="&mailx-download-ftp;"/></para>
    53       </listitem>
    54       <listitem>
    55         <para>Download MD5 sum: &mailx-md5sum;</para>
    56       </listitem>
    57       <listitem><para>Download size: &mailx-size;</para>
    58       </listitem>
    59       <listitem>
    60         <para>Estimated disk space required: &mailx-buildsize;</para>
    61       </listitem>
    62       <listitem>
    63         <para>Estimated build time: &mailx-time;</para>
     52        <para>
     53          Download (HTTP): <ulink url="&mailx-download-http;"/>
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download (FTP): <ulink url="&mailx-download-ftp;"/>
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Download MD5 sum: &mailx-md5sum;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Download size: &mailx-size;
     69        </para>
     70      </listitem>
     71      <listitem>
     72        <para>
     73          Estimated disk space required: &mailx-buildsize;
     74        </para>
     75      </listitem>
     76      <listitem>
     77        <para>
     78          Estimated build time: &mailx-time;
     79        </para>
    6480      </listitem>
    6581    </itemizedlist>
     
    6884    <itemizedlist spacing='compact'>
    6985      <listitem>
    70         <para>Required patch: <ulink
    71         url="&patch-root;/heirloom-mailx-&mailx-version;-fixes-1.patch"/>
     86        <para>
     87          Required patch: <ulink
     88          url="&patch-root;/heirloom-mailx-&mailx-version;-fixes-1.patch"/>
    7289        </para>
    7390      </listitem>
     
    100117    </note>
    101118
    102     <para>Install <application>Heirloom mailx</application> by running the
    103     following commands.</para>
     119    <para>
     120      Install <application>Heirloom mailx</application> by running the
     121      following commands.
     122    </para>
    104123
    105124<screen><userinput>patch -Np1 -i ../heirloom-mailx-&mailx-version;-fixes-1.patch &amp;&amp;
     
    111130     SENDMAIL=/usr/sbin/sendmail</userinput></screen>
    112131
    113     <para>This package does not come with a test suite.</para>
    114 
    115     <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
     132    <para>
     133      This package does not come with a test suite.
     134    </para>
     135
     136    <para>
     137      Now, as the <systemitem class='username'>root</systemitem> user:
     138    </para>
    116139
    117140<screen role='root'><userinput>make PREFIX=/usr UCBINSTALL=/usr/bin/install install &amp;&amp;
     
    128151    <title>Command Explanations</title>
    129152
    130     <para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
    131     default MTA path of <command>/usr/lib/sendmail</command>.</para>
    132 
    133     <para><command>make PREFIX=/usr UCBINSTALL=/usr/bin/install
    134     install</command>: This changes the default installation path of
    135     <filename class='directory'>/usr/local</filename> and the default
    136     <command>install</command> command path of
    137     <filename class='directory'>/usr/ucb</filename>.</para>
     153    <para>
     154      <command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
     155      default MTA path of <command>/usr/lib/sendmail</command>.
     156    </para>
     157
     158    <para>
     159      <command>make PREFIX=/usr UCBINSTALL=/usr/bin/install
     160      install</command>: This changes the default installation path of
     161      <filename class='directory'>/usr/local</filename> and the default
     162      <command>install</command> command path of
     163      <filename class='directory'>/usr/ucb</filename>.
     164    </para>
    138165
    139166  </sect2>
     
    145172      <title>Config Files</title>
    146173
    147       <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename>
    148       and <filename>~/.nailrc</filename></para>
     174      <para>
     175        <filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename>
     176        and <filename>~/.nailrc</filename>
     177      </para>
    149178
    150179      <indexterm zone="mailx mailx-config">
     
    187216        <term><command>mailx</command></term>
    188217        <listitem>
    189           <para>is a command-line mail user agent compatible with the
    190           <command>mailx</command> command found on commercial Unix
    191           versions.</para>
     218          <para>
     219            is a command-line mail user agent compatible with the
     220            <command>mailx</command> command found on commercial Unix
     221            versions.
     222          </para>
    192223          <indexterm zone="mailx mailx-prog">
    193224            <primary sortas="b-mailx">mailx</primary>
     
    199230        <term><command>mail</command></term>
    200231        <listitem>
    201           <para>is a symbolic link to <command>mailx</command>.</para>
     232          <para>
     233            is a symbolic link to <command>mailx</command>.
     234          </para>
    202235          <indexterm zone="mailx mail-mailx">
    203236            <primary sortas="b-mail">mail</primary>
     
    209242        <term><command>nail</command></term>
    210243        <listitem>
    211           <para>is a symbolic link to <command>mailx</command>.</para>
     244          <para>
     245            is a symbolic link to <command>mailx</command>.
     246          </para>
    212247          <indexterm zone="mailx nail-mailx">
    213248            <primary sortas="b-nail">nail</primary>
Note: See TracChangeset for help on using the changeset viewer.