source: basicnet/mailnews/fetchmail.xml@ 061ec9d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 061ec9d was 061ec9d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

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

  • Property mode set to 100644
File size: 6.5 KB
RevLine 
[bfe245f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[bfe245f]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[d8a1fe81]7 <!ENTITY fetchmail-download-http "http://download.berlios.de/fetchmail/fetchmail-&fetchmail-version;.tar.gz">
8 <!ENTITY fetchmail-download-ftp "ftp://ftp2.be.freesbie.org/packages/openbsd/distfiles/fetchmail-&fetchmail-version;.tar.gz">
9 <!ENTITY fetchmail-md5sum "6eefef076bf3517a870f27a6133ff8c4">
[bfe245f]10 <!ENTITY fetchmail-size "1.2 MB">
[d8a1fe81]11 <!ENTITY fetchmail-buildsize "6.1 MB">
12 <!ENTITY fetchmail-time "0.1 SBU">
[bfe245f]13]>
14
[1708d1e9]15<sect1 id="fetchmail" xreflabel="Fetchmail">
[3bac165]16 <?dbhtml filename="fetchmail.html"?>
[481b3e8]17
[3bac165]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4dbbf634]21 <keywordset>
22 <keyword role="package">fetchmail-&fetchmail-version;.tar</keyword>
[25475f5]23 <keyword role="ftpdir">fetchmail</keyword>
[4dbbf634]24 </keywordset>
[3bac165]25 </sect1info>
[481b3e8]26
[3bac165]27 <title>Fetchmail-&fetchmail-version;</title>
[481b3e8]28
[3bac165]29 <indexterm zone="fetchmail">
30 <primary sortas="a-Fetchmail">Fetchmail</primary>
31 </indexterm>
[481b3e8]32
[3bac165]33 <sect2 role="package">
34 <title>Introduction to Fetchmail</title>
[481b3e8]35
[3bac165]36 <para>The <application>Fetchmail</application> package contains a mail
37 retrieval program. &quot;It retrieves mail from remote mail servers and
38 forwards it to your local (client) machine's delivery system, so it can then be
39 read by normal mail user agents.&quot; </para>
[481b3e8]40
[3bac165]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing='compact'>
43 <listitem>
44 <para>Download (HTTP): <ulink url="&fetchmail-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&fetchmail-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &fetchmail-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &fetchmail-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &fetchmail-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &fetchmail-time;</para>
60 </listitem>
61 </itemizedlist>
[481b3e8]62
[3bac165]63 <bridgehead renderas="sect3">Fetchmail Dependencies</bridgehead>
[481b3e8]64
[3bac165]65 <bridgehead renderas="sect4">Required</bridgehead>
[4dbbf634]66 <para role="required"><xref linkend="openssl"/> and a local MDA
67 (<xref linkend="procmail"/>)</para>
[481b3e8]68
[3bac165]69 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]70 <para role="optional"><xref linkend="python"/> and <xref linkend="tk"/></para>
[481b3e8]71
[061ec9d]72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/fetchmail"/></para>
74
[3bac165]75 </sect2>
[481b3e8]76
[3bac165]77 <sect2 role="installation">
78 <title>Installation of Fetchmail</title>
[481b3e8]79
80 <para>Install <application>Fetchmail</application> by running the following
[3bac165]81 commands:</para>
[481b3e8]82
[3bac165]83<screen><userinput>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
[46441976]84make</userinput></screen>
85
86 <para>This package does not come with a test suite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role='root'><userinput>make install</userinput></screen>
[481b3e8]91
[3bac165]92 </sect2>
[481b3e8]93
[3bac165]94 <sect2 role="commands">
[e3353b3]95 <title>Command Explanations</title>
[481b3e8]96
97 <para><parameter>--with-ssl</parameter>: This enables SSL if found, so that
[3bac165]98 you can handle connections to secure POP3 and IMAP servers.</para>
[481b3e8]99
[3bac165]100 <para><parameter>--enable-fallback=procmail</parameter>: This tells
101 <application>Fetchmail</application> to hand incoming mail to
102 <application>Procmail</application> for delivery if your port 25 mail server is
103 not present or not responding.</para>
[481b3e8]104
[3bac165]105 </sect2>
[481b3e8]106
[3bac165]107 <sect2 role="configuration">
108 <title>Configuring Fetchmail</title>
[481b3e8]109
[3bac165]110 <sect3 id="fetchmail-config">
[e3353b3]111 <title>Config Files</title>
[481b3e8]112
[3bac165]113 <para><filename>~/.fetchmailrc</filename></para>
[481b3e8]114
[3bac165]115 <indexterm zone="fetchmail fetchmail-config">
116 <primary sortas="e-AA.fetchmailrc">~/.fetchmailrc</primary>
117 </indexterm>
[481b3e8]118
[3bac165]119 </sect3>
[481b3e8]120
[3bac165]121 <sect3>
122 <title>Configuration Information</title>
[481b3e8]123
[3bac165]124<screen><userinput>cat &gt; ~/.fetchmailrc &lt;&lt; "EOF"
125<literal>set logfile /var/log/fetchmail.log
[bfe245f]126set no bouncemail
127set postmaster root
[481b3e8]128
129poll SERVERNAME :
[061ec9d]130 user <replaceable>&lt;username&gt;</replaceable> pass <replaceable>&lt;password&gt;</replaceable>;
[3bac165]131 mda "/usr/bin/procmail -f %F -d %T";</literal>
132EOF
[481b3e8]133
[e3353b3]134chmod -v 0600 ~/.fetchmailrc</userinput></screen>
[481b3e8]135
136 <para>This is an example configuration that should suffice for most people.
[3bac165]137 You can add as many users and servers as you need using the same syntax.</para>
[481b3e8]138
[3bac165]139 <para><command>man fetchmail</command>: Look for the section near
[481b3e8]140 the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It
141 gives some quick examples. There are countless other config options once
[3bac165]142 you get used to it.</para>
[481b3e8]143
[3bac165]144 </sect3>
[481b3e8]145
[3bac165]146 </sect2>
[481b3e8]147
[3bac165]148 <sect2 role="content">
149 <title>Contents</title>
[481b3e8]150
[3bac165]151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directories</segtitle>
[481b3e8]155
[3bac165]156 <seglistitem>
157 <seg>fetchmail and fetchmailconf</seg>
158 <seg>None</seg>
[46441976]159 <seg>None</seg>
[3bac165]160 </seglistitem>
161 </segmentedlist>
[481b3e8]162
[3bac165]163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
[481b3e8]167
[3bac165]168 <varlistentry id="fetchmail-prog">
169 <term><command>fetchmail</command></term>
170 <listitem>
171 <para>when executed as a user, this will source that users
172 <filename>~/.fetchmailrc</filename> and download the appropriate mail.</para>
173 <indexterm zone="fetchmail fetchmail-prog">
174 <primary sortas="b-fetchmail">fetchmail</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
[481b3e8]178
[3bac165]179 <varlistentry id="fetchmailconf">
180 <term><command>fetchmailconf</command></term>
181 <listitem>
182 <para>this program provides a <application>Tk</application>
[481b3e8]183 GUI interface to your <filename>~/.fetchmailrc</filename>
[3bac165]184 file making it much easier to configure. However, you will require
185 <application>Python</application>, and it must have the Tkinker module
186 available.</para>
187 <indexterm zone="fetchmail fetchmailconf">
188 <primary sortas="b-fetchmailconf">fetchmailconf</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
[481b3e8]192
[3bac165]193 </variablelist>
[481b3e8]194
[3bac165]195 </sect2>
[481b3e8]196
[f45b1953]197</sect1>
Note: See TracBrowser for help on using the repository browser.