mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Tagged libesmtp.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3909 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
74c721e4ac
commit
dcbeb75171
@ -13,85 +13,123 @@
|
||||
]>
|
||||
|
||||
<sect1 id="libesmtp" xreflabel="libesmtp-&libesmtp-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="libesmtp.html"?>
|
||||
<title>libesmtp-&libesmtp-version;</title>
|
||||
<?dbhtml filename="libesmtp.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Libesmtp-&libesmtp-version;</title>
|
||||
|
||||
<indexterm zone="libesmtp">
|
||||
<primary sortas="a-Libesmtp">Libesmtp</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Libesmtp</title>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>libesmtp</application></title>
|
||||
<para>The <application>libesmtp</application> package contains the
|
||||
<application>libesmtp</application> libraries which are used by some programs
|
||||
to manage email submission to a mail transport layer.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libesmtp-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libesmtp-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libesmtp-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libesmtp-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libesmtp-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libesmtp-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Libesmtp Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="openssl"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Libesmtp</title>
|
||||
|
||||
<para>The <application>libesmtp</application> package contains the
|
||||
<application>libesmtp</application> libraries which are used by some programs
|
||||
to manage email submission to a mail transport layer.</para>
|
||||
<para>Install <application>libesmtp</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&libesmtp-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&libesmtp-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &libesmtp-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &libesmtp-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&libesmtp-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&libesmtp-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title><application>libesmtp</application> dependencies</title>
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="openssl"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>libesmtp</application></title>
|
||||
|
||||
<para>Install <application>libesmtp</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>libesmtp</application> package contains
|
||||
<command>libesmtp-config</command>, the <filename>libesmtp</filename> library
|
||||
and the <application>libesmtp</application> <acronym>SASL</acronym>
|
||||
plugins.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Description</title>
|
||||
|
||||
<sect3>
|
||||
<title>libesmtp-config</title>
|
||||
<para><command>libesmtp-config</command> displays version information and the
|
||||
options used to compile <application>libesmtp</application>.</para></sect3>
|
||||
|
||||
<sect3>
|
||||
<title>libesmtp library</title>
|
||||
<para>The <filename>libesmtp</filename> library is used to manage submission of
|
||||
electronic mail to a Mail Transport Agent.</para></sect3>
|
||||
|
||||
<sect3>
|
||||
<title>libesmtp <acronym>SASL</acronym> plugins</title>
|
||||
<para>The <application>libesmtp</application> <acronym>SASL</acronym> plugins
|
||||
are used to integrate <application>libesmtp</application> with
|
||||
<acronym>SASL</acronym> authentication.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>libesmtp-config</seg>
|
||||
<seg>libesmtp.[so,a] and <application>libesmtp</application>
|
||||
SASL plugins</seg>
|
||||
<seg></seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libesmtp-config">
|
||||
<term><command>libesmtp-config</command></term>
|
||||
<listitem>
|
||||
<para>displays version information and the options used to
|
||||
compile <application>libesmtp</application>.</para>
|
||||
<indexterm zone="libesmtp libesmtp-config">
|
||||
<primary sortas="b-libesmtp-config">libesmtp-config</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libesmtp-lib">
|
||||
<term><filename class='libraryfile'>libesmtp.[so,a]</filename></term>
|
||||
<listitem>
|
||||
<para>is used to manage submission of electronic mail to a Mail
|
||||
Transport Agent.</para>
|
||||
<indexterm zone="libesmtp libesmtp-lib">
|
||||
<primary sortas="c-libesmtp">libesmtp.[so,a]</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libesmtp-plugins">
|
||||
<term><filename class='libraryfile'>libesmtp SASL plugins</filename></term>
|
||||
<listitem>
|
||||
<para>are used to integrate <application>libesmtp</application> with
|
||||
SASL authentication.</para>
|
||||
<indexterm zone="libesmtp libesmtp-plugins">
|
||||
<primary sortas="c-libesmtp-sasl-plugins">libesmtp SASL plugins</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user