Ignore:
Timestamp:
02/11/2005 10:17:38 PM (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:
fdcfc4cf
Parents:
28ce643
Message:

Added md5sums to Chapter 20 packages; changed FTP download URL's in Pine and NcFTP instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/fetchmail.xml

    r28ce643 r55c657e  
    77  <!ENTITY fetchmail-download-http "http://www.catb.org/~esr/fetchmail/fetchmail-&fetchmail-version;.tar.gz">
    88  <!ENTITY fetchmail-download-ftp  "ftp://gnome.dti.ad.jp/.1/unix/net/mail/fetchmail/fetchmail-&fetchmail-version;.tar.gz">
     9  <!ENTITY fetchmail-md5sum        "9956b30139edaa4f5f77c4d0dbd80225">
    910  <!ENTITY fetchmail-size          "1.2 MB">
    1011  <!ENTITY fetchmail-buildsize     "5.8 MB">
     
    3435<listitem><para>Download (FTP): <ulink
    3536url="&fetchmail-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &fetchmail-md5sum;</para></listitem>
    3638<listitem><para>Download size: &fetchmail-size;</para></listitem>
    3739<listitem><para>Estimated disk space required:
     
    4244
    4345<sect3><title><application>Fetchmail</application> dependencies</title>
    44 
    4546<sect4><title>Required</title>
    46 
    47 <para><xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>)
    48 </para>
     47<para><xref linkend="openssl"/> and
     48a local MDA (<xref linkend="procmail"/>)</para>
    4949</sect4>
    5050
    5151<sect4><title>Optional</title>
    52 <para><xref linkend="python"/> and <xref linkend="tk"/>.</para>
     52<para><xref linkend="python"/> and <xref linkend="tk"/></para>
    5353</sect4>
    5454</sect3>
     
    5959<title>Installation of <application>Fetchmail</application></title>
    6060
    61 <para>Install <application>Fetchmail</application> by running the following commands:</para>
     61<para>Install <application>Fetchmail</application> by running the following
     62commands:</para>
    6263
    6364<screen><userinput><command>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
     
    102103<command>chmod 0600 ~/.fetchmailrc</command></userinput></screen>
    103104
    104 <para>This is an example configuration that should suffice for most people.  You
    105 can add as many users and servers as you need using the same syntax.</para>
     105<para>This is an example configuration that should suffice for most people.
     106You can add as many users and servers as you need using the same syntax.</para>
    106107
    107108<para><command>man fetchmail</command>: Look for the section near
     
    109110gives some quick examples. There are countless other config options once
    110111you get used to it.</para>
    111 
    112112</sect3>
    113113
     
    137137<application>Python</application>, and it must have the Tkinker module
    138138available.</para>
    139 
    140139</sect3>
    141140
Note: See TracChangeset for help on using the changeset viewer.