source: server/mail/qpopper.xml@ 0aeb696

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 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

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