source: basicnet/mailnews/fetchmail.xml@ b3f22da

6.3 6.3-rc3
Last change on this file since b3f22da was 876ad7f, checked in by Ag Hatzimanikas <ag@…>, 17 years ago

Updated to Fetchmail-6.3.8

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

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