Changeset dcbeb75
- Timestamp:
- 05/01/2005 11:04:49 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 41affe68
- Parents:
- 74c721e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libesmtp.xml
r74c721e4 rdcbeb75 14 14 15 15 <sect1 id="libesmtp" xreflabel="libesmtp-&libesmtp-version;"> 16 <sect1info> 17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 </sect1info> 20 <?dbhtml filename="libesmtp.html"?> 21 <title>libesmtp-&libesmtp-version;</title> 16 <?dbhtml filename="libesmtp.html"?> 17 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 22 23 <title>Libesmtp-&libesmtp-version;</title> 24 25 <indexterm zone="libesmtp"> 26 <primary sortas="a-Libesmtp">Libesmtp</primary> 27 </indexterm> 28 29 <sect2 role="package"> 30 <title>Introduction to Libesmtp</title> 22 31 23 <sect2> 24 <title>Introduction to <application>libesmtp</application></title> 32 <para>The <application>libesmtp</application> package contains the 33 <application>libesmtp</application> libraries which are used by some programs 34 to manage email submission to a mail transport layer.</para> 35 36 <bridgehead renderas="sect3">Package Information</bridgehead> 37 <itemizedlist spacing="compact"> 38 <listitem> 39 <para>Download (HTTP): <ulink url="&libesmtp-download-http;"/></para> 40 </listitem> 41 <listitem> 42 <para>Download (FTP): <ulink url="&libesmtp-download-ftp;"/></para> 43 </listitem> 44 <listitem> 45 <para>Download MD5 sum: &libesmtp-md5sum;</para> 46 </listitem> 47 <listitem> 48 <para>Download size: &libesmtp-size;</para> 49 </listitem> 50 <listitem> 51 <para>Estimated disk space required: &libesmtp-buildsize;</para> 52 </listitem> 53 <listitem> 54 <para>Estimated build time: &libesmtp-time;</para> 55 </listitem> 56 </itemizedlist> 57 58 <bridgehead renderas="sect3">Libesmtp Dependencies</bridgehead> 59 60 <bridgehead renderas="sect4">Optional</bridgehead> 61 <para><xref linkend="openssl"/></para> 62 63 </sect2> 64 65 <sect2 role="installation"> 66 <title>Installation of Libesmtp</title> 25 67 26 <para>The <application>libesmtp</application> package contains the 27 <application>libesmtp</application> libraries which are used by some programs 28 to manage email submission to a mail transport layer.</para> 68 <para>Install <application>libesmtp</application> by running the following 69 commands:</para> 29 70 30 <sect3><title>Package information</title> 31 <itemizedlist spacing='compact'> 32 <listitem><para>Download (HTTP): <ulink 33 url="&libesmtp-download-http;"/></para></listitem> 34 <listitem><para>Download (FTP): <ulink 35 url="&libesmtp-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: &libesmtp-md5sum;</para></listitem> 37 <listitem><para>Download size: &libesmtp-size;</para></listitem> 38 <listitem><para>Estimated disk space required: 39 &libesmtp-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: 41 &libesmtp-time;</para></listitem></itemizedlist> 42 </sect3> 43 44 <sect3> 45 <title><application>libesmtp</application> dependencies</title> 46 <sect4><title>Optional</title> 47 <para><xref linkend="openssl"/></para> 48 </sect4> 49 </sect3> 50 51 </sect2> 52 53 <sect2> 54 <title>Installation of <application>libesmtp</application></title> 55 56 <para>Install <application>libesmtp</application> by running the following 57 commands:</para> 58 59 <screen><userinput><command>./configure --prefix=/usr && 71 <screen><userinput>./configure --prefix=/usr && 60 72 make && 61 make install</command></userinput></screen> 62 63 </sect2> 64 65 <sect2> 66 <title>Contents</title> 67 68 <para>The <application>libesmtp</application> package contains 69 <command>libesmtp-config</command>, the <filename>libesmtp</filename> library 70 and the <application>libesmtp</application> <acronym>SASL</acronym> 71 plugins.</para> 72 73 </sect2> 74 75 <sect2> 76 <title>Description</title> 77 78 <sect3> 79 <title>libesmtp-config</title> 80 <para><command>libesmtp-config</command> displays version information and the 81 options used to compile <application>libesmtp</application>.</para></sect3> 82 83 <sect3> 84 <title>libesmtp library</title> 85 <para>The <filename>libesmtp</filename> library is used to manage submission of 86 electronic mail to a Mail Transport Agent.</para></sect3> 87 88 <sect3> 89 <title>libesmtp <acronym>SASL</acronym> plugins</title> 90 <para>The <application>libesmtp</application> <acronym>SASL</acronym> plugins 91 are used to integrate <application>libesmtp</application> with 92 <acronym>SASL</acronym> authentication.</para></sect3> 93 94 </sect2> 95 73 make install</userinput></screen> 74 75 </sect2> 76 77 <sect2 role="content"> 78 <title>Contents</title> 79 80 <segmentedlist> 81 <segtitle>Installed Program</segtitle> 82 <segtitle>Installed Libraries</segtitle> 83 <segtitle>Installed Directories</segtitle> 84 85 <seglistitem> 86 <seg>libesmtp-config</seg> 87 <seg>libesmtp.[so,a] and <application>libesmtp</application> 88 SASL plugins</seg> 89 <seg></seg> 90 </seglistitem> 91 </segmentedlist> 92 93 <variablelist> 94 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 95 <?dbfo list-presentation="list"?> 96 <?dbhtml list-presentation="table"?> 97 98 <varlistentry id="libesmtp-config"> 99 <term><command>libesmtp-config</command></term> 100 <listitem> 101 <para>displays version information and the options used to 102 compile <application>libesmtp</application>.</para> 103 <indexterm zone="libesmtp libesmtp-config"> 104 <primary sortas="b-libesmtp-config">libesmtp-config</primary> 105 </indexterm> 106 </listitem> 107 </varlistentry> 108 109 <varlistentry id="libesmtp-lib"> 110 <term><filename class='libraryfile'>libesmtp.[so,a]</filename></term> 111 <listitem> 112 <para>is used to manage submission of electronic mail to a Mail 113 Transport Agent.</para> 114 <indexterm zone="libesmtp libesmtp-lib"> 115 <primary sortas="c-libesmtp">libesmtp.[so,a]</primary> 116 </indexterm> 117 </listitem> 118 </varlistentry> 119 120 <varlistentry id="libesmtp-plugins"> 121 <term><filename class='libraryfile'>libesmtp SASL plugins</filename></term> 122 <listitem> 123 <para>are used to integrate <application>libesmtp</application> with 124 SASL authentication.</para> 125 <indexterm zone="libesmtp libesmtp-plugins"> 126 <primary sortas="c-libesmtp-sasl-plugins">libesmtp SASL plugins</primary> 127 </indexterm> 128 </listitem> 129 </varlistentry> 130 131 </variablelist> 132 133 </sect2> 134 96 135 </sect1> 97
Note:
See TracChangeset
for help on using the changeset viewer.