Ignore:
Timestamp:
05/22/2005 10:19:50 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
384039a
Parents:
35036a30
Message:

Removed remaining acronym tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/fetchmail.xml

    r35036a30 r481b3e8  
    1515<sect1 id="fetchmail" xreflabel="Fetchmail">
    1616  <?dbhtml filename="fetchmail.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Fetchmail-&fetchmail-version;</title>
    24  
     24
    2525  <indexterm zone="fetchmail">
    2626    <primary sortas="a-Fetchmail">Fetchmail</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to Fetchmail</title>
    31    
     31
    3232    <para>The <application>Fetchmail</application> package contains a mail
    3333    retrieval program. &quot;It retrieves mail from remote mail servers and
    3434    forwards it to your local (client) machine's delivery system, so it can then be
    3535    read by normal mail user agents.&quot; </para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing='compact'>
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Fetchmail Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para><xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>)</para>
    63    
     63
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    6565    <para><xref linkend="python"/> and <xref linkend="tk"/></para>
    66    
     66
    6767  </sect2>
    68  
     68
    6969  <sect2 role="installation">
    7070    <title>Installation of Fetchmail</title>
    71    
    72     <para>Install <application>Fetchmail</application> by running the following 
     71
     72    <para>Install <application>Fetchmail</application> by running the following
    7373    commands:</para>
    74    
     74
    7575<screen><userinput>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
    7676make &amp;&amp;
    7777make install</userinput></screen>
    78    
     78
    7979  </sect2>
    80  
     80
    8181  <sect2 role="commands">
    8282    <title>Command Explanations</title>
    83    
    84     <para><parameter>--with-ssl</parameter>: This enables SSL if found, so that 
     83
     84    <para><parameter>--with-ssl</parameter>: This enables SSL if found, so that
    8585    you can handle connections to secure POP3 and IMAP servers.</para>
    86    
     86
    8787    <para><parameter>--enable-fallback=procmail</parameter>: This tells
    8888    <application>Fetchmail</application> to hand incoming mail to
    8989    <application>Procmail</application> for delivery if your port 25 mail server is
    9090    not present or not responding.</para>
    91    
     91
    9292  </sect2>
    93  
     93
    9494  <sect2 role="configuration">
    9595    <title>Configuring Fetchmail</title>
    96    
     96
    9797    <sect3 id="fetchmail-config">
    9898      <title>Config Files</title>
    99      
     99
    100100      <para><filename>~/.fetchmailrc</filename></para>
    101      
     101
    102102      <indexterm zone="fetchmail fetchmail-config">
    103103        <primary sortas="e-AA.fetchmailrc">~/.fetchmailrc</primary>
    104104      </indexterm>
    105      
     105
    106106    </sect3>
    107    
     107
    108108    <sect3>
    109109      <title>Configuration Information</title>
    110      
     110
    111111<screen><userinput>cat &gt; ~/.fetchmailrc &lt;&lt; "EOF"
    112112<literal>set logfile /var/log/fetchmail.log
    113113set no bouncemail
    114114set postmaster root
    115            
    116 poll SERVERNAME : 
     115
     116poll SERVERNAME :
    117117    user <replaceable>[username]</replaceable> pass <replaceable>[password]</replaceable>;
    118118    mda "/usr/bin/procmail -f %F -d %T";</literal>
    119119EOF
    120          
     120
    121121chmod -v 0600 ~/.fetchmailrc</userinput></screen>
    122      
    123       <para>This is an example configuration that should suffice for most people. 
     122
     123      <para>This is an example configuration that should suffice for most people.
    124124      You can add as many users and servers as you need using the same syntax.</para>
    125      
     125
    126126      <para><command>man fetchmail</command>: Look for the section near
    127       the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It 
    128       gives some quick examples. There are countless other config options once 
     127      the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It
     128      gives some quick examples. There are countless other config options once
    129129      you get used to it.</para>
    130      
     130
    131131    </sect3>
    132    
     132
    133133  </sect2>
    134  
     134
    135135  <sect2 role="content">
    136136    <title>Contents</title>
    137    
     137
    138138    <segmentedlist>
    139139      <segtitle>Installed Program</segtitle>
    140140      <segtitle>Installed Libraries</segtitle>
    141141      <segtitle>Installed Directories</segtitle>
    142      
     142
    143143      <seglistitem>
    144144        <seg>fetchmail and fetchmailconf</seg>
     
    147147      </seglistitem>
    148148    </segmentedlist>
    149    
     149
    150150    <variablelist>
    151151      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    152152      <?dbfo list-presentation="list"?>
    153153      <?dbhtml list-presentation="table"?>
    154      
     154
    155155      <varlistentry id="fetchmail-prog">
    156156        <term><command>fetchmail</command></term>
     
    163163        </listitem>
    164164      </varlistentry>
    165      
     165
    166166      <varlistentry id="fetchmailconf">
    167167        <term><command>fetchmailconf</command></term>
    168168        <listitem>
    169169          <para>this program provides a <application>Tk</application>
    170             <acronym>GUI</acronym> interface to your <filename>~/.fetchmailrc</filename>
     170            GUI interface to your <filename>~/.fetchmailrc</filename>
    171171            file making it much easier to configure.  However, you will require
    172172            <application>Python</application>, and it must have the Tkinker module
     
    177177        </listitem>
    178178      </varlistentry>
    179      
     179
    180180    </variablelist>
    181    
     181
    182182  </sect2>
    183  
     183
    184184</sect1>
Note: See TracChangeset for help on using the changeset viewer.