source: server/mail/qpopper.xml@ 4891ef3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4891ef3 was 61efe79d, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Updated qpopper to 4.0.9. Added standalone as a configuration option.

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

  • Property mode set to 100644
File size: 7.4 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<!-- Dead link
7 <!ENTITY qpopper-download-http "http://ftp.uni-koeln.de/mail/qpopper&qpopper-version;.tar.gz">
8-->
9 <!ENTITY qpopper-download-http " ">
10 <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
11 <!ENTITY qpopper-md5sum "de2cd15f95cfd00d0d080fd16287acad">
12 <!ENTITY qpopper-size "2.7 MB">
13 <!ENTITY qpopper-buildsize "9.1 MB">
14 <!ENTITY qpopper-time "0.1 SBU">
15]>
16
17<sect1 id="qpopper" xreflabel="Qpopper-&qpopper-version;">
18 <?dbhtml filename="qpopper.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 <keywordset>
24 <keyword role="package">qpopper&qpopper-version;.tar</keyword>
25 <keyword role="ftpdir">qpopper</keyword>
26 </keywordset>
27 </sect1info>
28
29 <title>Qpopper-&qpopper-version;</title>
30
31 <indexterm zone="qpopper">
32 <primary sortas="a-Qpopper">Qpopper</primary>
33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to Qpopper</title>
37
38 <para>The <application>Qpopper</application> package contains a
39 POP3 mail server.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&qpopper-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&qpopper-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &qpopper-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &qpopper-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &qpopper-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &qpopper-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Qpopper Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><ulink url="../server/mail.html">MTA</ulink></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="openssl"/>,
70 <xref linkend="gdbm"/>,
71 <xref linkend="linux-pam"/>, and
72 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/qpopper"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Qpopper</title>
81
82 <para>Install <application>Qpopper</application> with the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr --enable-standalone &amp;&amp;
86make</userinput></screen>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install &amp;&amp;
91install -D -m644 GUIDE.pdf /usr/share/doc/qpopper-&qpopper-version;/GUIDE.pdf</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><option>--enable-standalone</option>: This option gives the
99 flexibility to run <application>Qpopper</application> in
100 standalone mode.</para>
101
102 </sect2>
103
104 <sect2 role="configuration">
105 <title>Configuring Qpopper</title>
106
107 <sect3 id="qpopper-config">
108 <title>Configuration Information</title>
109
110 <para>Update the <application>Syslog</application> configuration file and
111 force the <command>syslogd</command> daemon to reread the new file so that
112 <application>Qpopper</application> events are logged:</para>
113
114 <indexterm zone="qpopper qpopper-config">
115 <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary>
116 </indexterm>
117
118<screen role="root"><userinput>echo "local0.notice;local0.debug /var/log/POP.log" &gt;&gt; \
119 /etc/syslog.conf &amp;&amp;
120killall -HUP syslogd</userinput></screen>
121
122 <para id="qpopper-init">If you want <application>Qpopper</application> to
123 start automatically when the system is booted, install the
124 <filename>/etc/rc.d/init.d/qpopper</filename> init script included in the
125 <xref linkend="bootscripts"/> package.</para>
126
127 <indexterm zone="qpopper qpopper-init">
128 <primary sortas="f-qpopper">popper</primary>
129 </indexterm>
130
131<screen role="root"><userinput>make install-qpopper</userinput></screen>
132
133 <para>This startup procedure uses a configuration file. The details of
134 the configuration file can be found in the documentation file
135 <filename>GUIDE.pdf</filename>.</para>
136
137<screen role="root"><userinput>cat &gt; /etc/mail/qpopper.conf &lt;&lt; "EOF"
138<literal># Qpopper configuration file
139
140set debug = false
141
142set spool-dir = /var/spool/mail/
143set temp-dir = /var/spool/mail/
144
145set downcase-user = true
146set trim-domain = true
147
148set statistics = true
149
150# End /etc/shells</literal>
151EOF</userinput></screen>
152
153 <para>If you use <command>inetd</command>, the following command will
154 add the <application>Qpopper</application> entry to
155 <filename>/etc/inetd.conf</filename>:</para>
156
157 <indexterm zone="qpopper qpopper-config">
158 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
159 </indexterm>
160
161<screen role="root"><userinput>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
162 /etc/inetd.conf &amp;&amp;
163killall inetd || inetd</userinput></screen>
164
165 <para>Issue a <command>killall -HUP inetd</command> to reread the
166 changed <filename>inetd.conf</filename> file.</para>
167
168 <para>If you use <command>xinetd</command>, the following command will
169 create the <application>Qpopper</application> file as
170 <filename>/etc/xinetd.d/pop3</filename>:</para>
171
172<screen role="root"><userinput>cat &gt;&gt; /etc/xinetd.d/pop3 &lt;&lt; "EOF"
173<literal># Begin /etc/xinetd.d/pop3
174
175service pop3
176{
177 port = 110
178 socket_type = stream
179 protocol = tcp
180 wait = no
181 user = root
182 server = /usr/sbin/popper
183}
184
185# End /etc/xinetd.d/pop3</literal>
186EOF</userinput></screen>
187
188 <indexterm zone="qpopper qpopper-config">
189 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
190 </indexterm>
191
192 <indexterm zone="qpopper qpopper-config">
193 <primary sortas="e-etc-xinetd.d-pop3">/etc/xinetd.d/pop3</primary>
194 </indexterm>
195
196 <para>Issue a <command>killall -HUP xinetd</command> to reread the
197 changed <filename>xinetd.conf</filename> file.</para>
198
199 </sect3>
200
201 </sect2>
202
203 <sect2 role="content">
204 <title>Contents</title>
205
206 <segmentedlist>
207 <segtitle>Installed Program</segtitle>
208 <segtitle>Installed Libraries</segtitle>
209 <segtitle>Installed Directories</segtitle>
210
211 <seglistitem>
212 <seg>popper</seg>
213 <seg>None</seg>
214 <seg>None</seg>
215 </seglistitem>
216 </segmentedlist>
217
218 <variablelist>
219 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
220 <?dbfo list-presentation="list"?>
221 <?dbhtml list-presentation="table"?>
222
223 <varlistentry id="popper-qpopper">
224 <term><command>popper</command></term>
225 <listitem>
226 <para>is the POP3 server daemon.</para>
227 <indexterm zone="qpopper popper-qpopper">
228 <primary sortas="b-popper">popper</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.