source: basicnet/mailnews/fetchmail.xml@ dad0149a

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 dad0149a was dad0149a, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Update fetchmail to 6.3.4

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

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