source: archive/qpopper.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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