source: server/mail/qpopper.xml@ 7b769ad

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