source: basicnet/mailnews/fetchmail.xml@ 196f1bd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 196f1bd was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

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