Ignore:
Timestamp:
08/03/2007 08:56:08 PM (17 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
09bd4be1
Parents:
196f1bd
Message:

Updated to Fetchmail-6.3.8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/fetchmail.xml

    r196f1bd r876ad7f  
    66
    77  <!ENTITY fetchmail-download-http "http://download2.berlios.de/fetchmail/fetchmail-&fetchmail-version;.tar.bz2">
    8   <!ENTITY fetchmail-download-ftp  " ">
    9 <!--
    10   <!ENTITY fetchmail-download-ftp  "ftp://ftp2.be.freesbie.org/packages/openbsd/distfiles/fetchmail-&fetchmail-version;.tar.gz">
    11 -->
    12   <!ENTITY fetchmail-md5sum        "35ded0414fcff79b492d6ade2ce48911">
    13   <!ENTITY fetchmail-size          "1.2 MB">
    14   <!ENTITY fetchmail-buildsize     "9.4 MB">
     8  <!ENTITY fetchmail-download-ftp  "&gentoo-ftp-repo;/fetchmail-&fetchmail-version;.tar.bz2">
     9  <!ENTITY fetchmail-md5sum        "66b97500b0a1e3c0916b3b5314f597f5">
     10  <!ENTITY fetchmail-size          "1.3 MB">
     11  <!ENTITY fetchmail-buildsize     "8.9 MB">
    1512  <!ENTITY fetchmail-time          "0.1 SBU">
    1613]>
     
    3431
    3532    <para>The <application>Fetchmail</application> package contains a mail
    36     retrieval program. &quot;It retrieves mail from remote mail servers and
    37     forwards it to your local (client) machine's delivery system, so it can then be
    38     read by normal mail user agents.&quot; </para>
     33    retrieval program. It retrieves mail from remote mail servers and
     34    forwards it to the local (client) machine's delivery system, so it can then be
     35    read by normal mail user agents.</para>
    3936
    4037    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9491    <title>Command Explanations</title>
    9592
    96     <para><parameter>--with-ssl</parameter>: This enables SSL if found, so that
     93    <para><parameter>--with-ssl</parameter>: This enables SSL support, so that
    9794    you can handle connections to secure POP3 and IMAP servers.</para>
    9895
    9996    <para><parameter>--enable-fallback=procmail</parameter>: This tells
    10097    <application>Fetchmail</application> to hand incoming mail to
    101     <application>Procmail</application> for delivery if your port 25 mail server is
     98    <application>Procmail</application> for delivery, if the port 25 mail server is
    10299    not present or not responding.</para>
    103100
     
    137134
    138135      <para><command>man fetchmail</command>: Look for the section near
    139       the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It
     136      the bottom named <emphasis>CONFIGURATION EXAMPLES</emphasis>. It
    140137      gives some quick examples. There are countless other config options once
    141138      you get used to it.</para>
     
    168165        <term><command>fetchmail</command></term>
    169166        <listitem>
    170           <para>when executed as a user, this will source that users
    171           <filename>~/.fetchmailrc</filename> and download the appropriate mail.</para>
     167          <para>when executed as a user, this will source
     168          <filename>~/.fetchmailrc</filename> and download the appropriate mail.
     169          </para>
    172170          <indexterm zone="fetchmail fetchmail-prog">
    173171            <primary sortas="b-fetchmail">fetchmail</primary>
     
    179177        <term><command>fetchmailconf</command></term>
    180178        <listitem>
    181           <para>this program provides a <application>Tk</application>
    182             GUI interface to your <filename>~/.fetchmailrc</filename>
    183             file making it much easier to configure.  However, you will require
    184             <application>Python</application>, and it must have the Tkinker module
     179          <para>it will assist you in setting up and editing a
     180          <filename>~/.fetchmailrc</filename> configuration file, by using
     181          a <application>Tk</application> GUI interface. It requires
     182          <application>Python</application> and it must have the Tkinker module
    185183          available.</para>
    186184          <indexterm zone="fetchmail fetchmailconf">
Note: See TracChangeset for help on using the changeset viewer.