Ignore:
Timestamp:
02/12/2005 02:51:10 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0bfe309a
Parents:
fdcfc4cf
Message:

Added md5sums to Chapter 21 packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/qpopper.xml

    rfdcfc4cf r793c1ba  
    77<!ENTITY qpopper-download-http "http://ftp.uni-koeln.de/mail/qpopper&qpopper-version;.tar.gz">
    88<!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
     9<!ENTITY qpopper-md5sum "e00853280c9e899711f0b0239d3d8f86">
    910<!ENTITY qpopper-size "2.2 MB">
    1011<!ENTITY qpopper-buildsize "9.0 MB">
    1112<!ENTITY qpopper-time "0.13 SBU">
    12 
    1313]>
    1414
     
    2525
    2626<para>The <application>Qpopper</application> package contains a
    27 <acronym>POP</acronym>3
    28 mail server.</para>
     27<acronym>POP</acronym>3 mail server.</para>
    2928
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&qpopper-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&qpopper-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&qpopper-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&qpopper-download-ftp;"/></para></listitem>
     35<listitem><para>Download MD5 sum: &qpopper-md5sum;</para></listitem>
    3436<listitem><para>Download size: &qpopper-size;</para></listitem>
    35 <listitem><para>Estimated disk space required: &qpopper-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &qpopper-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&qpopper-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&qpopper-time;</para></listitem></itemizedlist>
    3741</sect3>
    3842
    3943<sect3><title><application>Qpopper</application> dependencies</title>
    4044<sect4><title>Required</title>
    41 <para>
    42 <ulink url="../server/mail.html">MTA</ulink>
    43 </para></sect4>
     45<para><ulink url="../server/mail.html">MTA</ulink>
     46</para>
     47</sect4>
     48
    4449<sect4><title>Optional</title>
    45 <para>
    46 <xref linkend="openssl"/>,
     50<para><xref linkend="openssl"/>,
    4751<xref linkend="gdbm"/>,
    4852<xref linkend="Linux_PAM"/> and
    49 <xref linkend="mitkrb"/>
    50 </para></sect4>
    51 
     53<xref linkend="mitkrb"/></para>
     54</sect4>
    5255</sect3>
    5356
     
    5760<title>Installation of <application>Qpopper</application></title>
    5861
    59 <para>Install <application>Qpopper</application> with the following commands:</para>
     62<para>Install <application>Qpopper</application> with the following
     63commands:</para>
    6064
    6165<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    6569</sect2>
    6670
    67 
    6871<sect2>
    6972<title>Configuring <application>Qpopper</application></title>
     
    7174<sect3><title>Configuration Information</title>
    7275
    73 <para>If you use <command>inetd</command>, the following command will add the qpopper
    74 entry to <filename>/etc/inetd.conf</filename>:</para>
     76<para>If you use <command>inetd</command>, the following command will add the
     77<application>Qpopper</application> entry to
     78<filename>/etc/inetd.conf</filename>:</para>
    7579
    7680<screen><userinput><command>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
     
    8488<filename>inetd.conf</filename> file.</para>
    8589
    86 <para>If you use <command>xinetd</command>, the following command will add the qpopper
    87 entry to <filename>/etc/xinetd.conf</filename>:</para>
     90<para>If you use <command>xinetd</command>, the following command will add the
     91<application>Qpopper</application> entry to
     92<filename>/etc/xinetd.conf</filename>:</para>
    8893
    8994<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
     
    101106<para>Issue a <command>killall -HUP xinetd</command> to reread the changed
    102107<filename>xinetd.conf</filename> file.</para>
    103 
    104108</sect3>
    105109
     
    110114
    111115<para>The <application>Qpopper</application> package contains
    112 <command>popper</command>.
    113 </para>
     116<command>popper</command>.</para>
    114117
    115118</sect2>
     
    118121
    119122<sect3><title>popper</title>
    120 <para><command>popper</command> is the <acronym>POP</acronym>3 server daemon.</para></sect3>
     123<para><command>popper</command> is the <acronym>POP</acronym>3 server
     124daemon.</para></sect3>
    121125
    122126</sect2>
Note: See TracChangeset for help on using the changeset viewer.