mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Tagged nail.xml.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3827 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
380f95f960
commit
24acf2f2e0
@ -13,147 +13,171 @@
|
||||
]>
|
||||
|
||||
<sect1 id="nail" xreflabel="Nail-&nail-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="nail.html"?>
|
||||
<title>Nail-&nail-version;</title>
|
||||
<indexterm zone="nail">
|
||||
<primary sortas="a-Nail">Nail</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>Nail</application></title>
|
||||
|
||||
<para>The <application>Nail</application> package contains
|
||||
<command>nail</command>, a command-line Mail User Agent derived from Berkeley
|
||||
Mail which is intended to provide the functionality of the POSIX
|
||||
<command>mailx</command> command with additional support for
|
||||
<acronym>MIME</acronym> messages, <acronym>IMAP</acronym> (including caching),
|
||||
<acronym>POP</acronym>3, <acronym>SMTP</acronym>, S/<acronym>MIME</acronym>,
|
||||
message threading/sorting, scoring, and filtering.
|
||||
<application>Nail</application> is especially useful for writing scripts
|
||||
and batch processing.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&nail-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&nail-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &nail-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &nail-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&nail-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&nail-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>Nail</application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="openssl"/> or
|
||||
Mozilla <acronym>NSS</acronym> (from
|
||||
<xref linkend="mozilla"/> or
|
||||
<xref linkend="firefox"/> or
|
||||
<xref linkend="thunderbird"/>),
|
||||
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/> (for
|
||||
<acronym>IMAP</acronym> GSSAPI authentication) and
|
||||
<ulink url="../server/mail.html">MTA</ulink></para></sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>Nail</application></title>
|
||||
|
||||
<para>Install <application>Nail</application> by running the following
|
||||
commands.</para>
|
||||
|
||||
<screen><userinput><command>make SENDMAIL=/usr/sbin/sendmail</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install &&
|
||||
<?dbhtml filename="nail.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Nail-&nail-version;</title>
|
||||
|
||||
<indexterm zone="nail">
|
||||
<primary sortas="a-Nail">Nail</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Nail</title>
|
||||
|
||||
<para>The <application>Nail</application> package contains
|
||||
<command>nail</command>, a command-line Mail User Agent derived from Berkeley
|
||||
Mail which is intended to provide the functionality of the POSIX
|
||||
<command>mailx</command> command with additional support for MIME messages,
|
||||
IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting, scoring,
|
||||
and filtering. <application>Nail</application> is especially useful for writing scripts
|
||||
and batch processing.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&nail-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&nail-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &nail-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem><para>Download size: &nail-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &nail-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &nail-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="openssl"/> or Mozilla NSS (from
|
||||
<xref linkend="mozilla"/> or
|
||||
<xref linkend="firefox"/> or
|
||||
<xref linkend="thunderbird"/>),
|
||||
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/> (for IMAP GSSAPI
|
||||
authentication) and
|
||||
<ulink url="../server/mail.html">MTA</ulink></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Nail</title>
|
||||
|
||||
<para>Install <application>Nail</application> by running the following
|
||||
commands.</para>
|
||||
|
||||
<screen><userinput>make SENDMAIL=/usr/sbin/sendmail</userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen role='root'><userinput>make PREFIX=/usr install UCBINSTALL=/usr/bin/install &&
|
||||
ln -sf nail /usr/bin/mail &&
|
||||
ln -sf nail /usr/bin/mailx</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
|
||||
default <acronym>MTA</acronym> path of <command>/usr/lib/sendmail</command>.
|
||||
</para>
|
||||
|
||||
<para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
|
||||
This changes the default installation path of
|
||||
<filename class='directory'>/usr/local</filename> and the default
|
||||
<command>install</command> command path of
|
||||
<filename class='directory'>/usr/ucb</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring <application>Nail</application></title>
|
||||
|
||||
<sect3 id="nail-config"><title>Config files</title>
|
||||
<para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
|
||||
<filename>~/.nailrc</filename></para>
|
||||
<indexterm zone="nail nail-config">
|
||||
<primary sortas="e-etc-nail.rc">/etc/nail.rc</primary></indexterm>
|
||||
<indexterm zone="nail nail-config">
|
||||
<primary sortas="e-AA.mailrc">~/.mailrc</primary></indexterm>
|
||||
<indexterm zone="nail nail-config">
|
||||
<primary sortas="e-AA.nailrc">~/.nailrc</primary></indexterm>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
<seglistitem>
|
||||
<seg>mail, mailx and nail</seg>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<varlistentry id="nail-prog">
|
||||
<term><command>nail</command></term>
|
||||
<listitem><para>is a command-line mail user agent compatible with the
|
||||
<command>mail</command> command found on commercial Unix versions.</para>
|
||||
<indexterm zone="nail nail-prog">
|
||||
<primary sortas="b-nail">nail</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mail-nail">
|
||||
<term><command>mail</command></term>
|
||||
<listitem><para>is a symbolic link to <command>nail</command>.</para>
|
||||
<indexterm zone="nail mail-nail">
|
||||
<primary sortas="g-mail">mail</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mailx-nail">
|
||||
<term><command>mailx</command></term>
|
||||
<listitem><para>is a symbolic link to <command>nail</command>.</para>
|
||||
<indexterm zone="nail mailx-nail">
|
||||
<primary sortas="g-mailx">mailx</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
ln -sf nail /usr/bin/mailx</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
|
||||
default MTA path of <command>/usr/lib/sendmail</command>.</para>
|
||||
|
||||
<para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
|
||||
This changes the default installation path of
|
||||
<filename class='directory'>/usr/local</filename> and the default
|
||||
<command>install</command> command path of
|
||||
<filename class='directory'>/usr/ucb</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Nail</title>
|
||||
|
||||
<sect3 id="nail-config">
|
||||
<title>Config files</title>
|
||||
|
||||
<para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
|
||||
<filename>~/.nailrc</filename></para>
|
||||
|
||||
<indexterm zone="nail nail-config">
|
||||
<primary sortas="e-etc-nail.rc">/etc/nail.rc</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="nail nail-config">
|
||||
<primary sortas="e-AA.mailrc">~/.mailrc</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm zone="nail nail-config">
|
||||
<primary sortas="e-AA.nailrc">~/.nailrc</primary>
|
||||
</indexterm>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>mail, mailx and nail</seg>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="nail-prog">
|
||||
<term><command>nail</command></term>
|
||||
<listitem>
|
||||
<para>is a command-line mail user agent compatible with the
|
||||
<command>mail</command> command found on commercial Unix versions.</para>
|
||||
<indexterm zone="nail nail-prog">
|
||||
<primary sortas="b-nail">nail</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mail-nail">
|
||||
<term><command>mail</command></term>
|
||||
<listitem>
|
||||
<para>is a symbolic link to <command>nail</command>.</para>
|
||||
<indexterm zone="nail mail-nail">
|
||||
<primary sortas="g-mail">mail</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mailx-nail">
|
||||
<term><command>mailx</command></term>
|
||||
<listitem>
|
||||
<para>is a symbolic link to <command>nail</command>.</para>
|
||||
<indexterm zone="nail mailx-nail">
|
||||
<primary sortas="g-mailx">mailx</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user