Changeset 481b3e8 for basicnet


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

Location:
basicnet/mailnews
Files:
2 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>
  • basicnet/mailnews/mutt.xml

    r35036a30 r481b3e8  
    1515<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
    1616  <?dbhtml filename="mutt.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Mutt-&mutt-version;</title>
    24  
     24
    2525  <sect2 role="package">
    2626    <title>Introduction to Mutt</title>
    27    
    28     <para>The <application>Mutt</application> package contains a Mail User Agent. 
     27
     28    <para>The <application>Mutt</application> package contains a Mail User Agent.
    2929    This is useful for reading, writing, replying to, saving, and deleting your email.</para>
    30    
     30
    3131    <bridgehead renderas="sect3">Package Information</bridgehead>
    3232    <itemizedlist spacing='compact'>
     
    5050      </listitem>
    5151    </itemizedlist>
    52    
     52
    5353    <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
    54    
     54
    5555    <bridgehead renderas="sect4">Optional</bridgehead>
    5656    <para><xref linkend="gnupg"/>,
     
    6161      <xref linkend="slang"/> and
    6262    <ulink url="http://sources.redhat.com/gdb/">GDB</ulink></para>
    63    
    64   </sect2>
    65  
     63
     64  </sect2>
     65
    6666  <sect2 role="installation">
    6767    <title>Installation of Mutt</title>
    68    
    69     <para><application>Mutt</application> requires a group named 
    70     <systemitem class="groupname">mail</systemitem>.  You can 
     68
     69    <para><application>Mutt</application> requires a group named
     70    <systemitem class="groupname">mail</systemitem>.  You can
    7171    add this group, if it does not exist, with this command:</para>
    72    
     72
    7373<screen role="root"><userinput>groupadd mail</userinput></screen>
    74    
    75     <para>If you did not install a MTA, such as <xref linkend="postfix"/> or 
    76     <xref linkend="sendmail"/>, you need to modify the ownership of 
     74
     75    <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
     76    <xref linkend="sendmail"/>, you need to modify the ownership of
    7777    <filename class="directory">/var/mail</filename> with this command:</para>
    78    
     78
    7979<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
    80    
    81     <para>Install <application>Mutt</application> by running the following 
     80
     81    <para>Install <application>Mutt</application> by running the following
    8282    commands:</para>
    83    
     83
    8484<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    8585    --enable-pop --enable-imap &amp;&amp;
    8686make &amp;&amp;
    8787make install</userinput></screen>
    88    
    89   </sect2>
    90  
     88
     89  </sect2>
     90
    9191  <sect2 role="commands">
    9292    <title>Command Explanations</title>
    93    
     93
    9494    <para><parameter>--enable-pop</parameter>: This switch enables
    95     <acronym>POP</acronym>3 support.</para>
    96    
     95    POP3 support.</para>
     96
    9797    <para><parameter>--enable-imap</parameter>: This switch enables
    98     <acronym>IMAP</acronym> support.</para>
    99    
    100   </sect2>
    101  
     98    IMAP support.</para>
     99
     100  </sect2>
     101
    102102  <sect2 role="configuration">
    103103    <title>Configuring Mutt</title>
    104    
     104
    105105    <sect3 id="mutt-config">
    106106      <title>Config Files</title>
    107      
     107
    108108      <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
    109109      <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
    110      
     110
    111111      <indexterm zone="mutt mutt-config">
    112112        <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
    113113      </indexterm>
    114      
     114
    115115      <indexterm zone="mutt mutt-config">
    116116        <primary sortas="e-AA.muttrc">~/.muttrc</primary>
    117117      </indexterm>
    118      
     118
    119119      <indexterm zone="mutt mutt-config">
    120120        <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
    121121      </indexterm>
    122      
     122
    123123      <indexterm zone="mutt mutt-config">
    124124        <primary sortas="e-AA.mime.types">~/.mime.types</primary>
    125125      </indexterm>
    126      
     126
    127127    </sect3>
    128    
     128
    129129    <sect3>
    130130      <title>Configuration Information</title>
    131      
     131
    132132      <para>No changes in these files are necessary to begin using
    133       <application>Mutt</application>.  When you are ready to make changes, the 
     133      <application>Mutt</application>.  When you are ready to make changes, the
    134134      man page for <filename>muttrc</filename> is a good starting place.</para>
    135      
    136       <para>In order to utilize <application>GnuPG</application>, use the following 
     135
     136      <para>In order to utilize <application>GnuPG</application>, use the following
    137137      command:</para>
    138      
     138
    139139<screen><userinput>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
    140      
     140
    141141    </sect3>
    142    
    143   </sect2>
    144  
     142
     143  </sect2>
     144
    145145  <sect2 role="content">
    146146    <title>Contents</title>
    147    
     147
    148148    <segmentedlist>
    149149      <segtitle>Installed Programs</segtitle>
    150150      <segtitle>Installed Libraries</segtitle>
    151151      <segtitle>Installed Directories</segtitle>
    152      
     152
    153153      <seglistitem>
    154154        <seg>flea, mutt, mutt_dotlock, muttbug, pgpring, and pgpwrap</seg>
     
    157157      </seglistitem>
    158158    </segmentedlist>
    159    
     159
    160160    <variablelist>
    161161      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    162162      <?dbfo list-presentation="list"?>
    163163      <?dbhtml list-presentation="table"?>
    164      
     164
    165165      <varlistentry id="flea">
    166166        <term><command>flea</command></term>
     
    172172        </listitem>
    173173      </varlistentry>
    174      
     174
    175175      <varlistentry id="mutt-prog">
    176176        <term><command>mutt</command></term>
     
    183183        </listitem>
    184184      </varlistentry>
    185      
     185
    186186      <varlistentry id="mutt_dotlock">
    187187        <term><command>mutt_dotlock</command></term>
     
    193193        </listitem>
    194194      </varlistentry>
    195      
     195
    196196      <varlistentry id="muttbug">
    197197        <term><command>muttbug</command></term>
     
    203203        </listitem>
    204204      </varlistentry>
    205      
     205
    206206    </variablelist>
    207    
    208   </sect2>
    209  
     207
     208  </sect2>
     209
    210210</sect1>
Note: See TracChangeset for help on using the changeset viewer.