source: server/mail/qpopper.xml@ 2a5310e8

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 2a5310e8 was 2a5310e8, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Server.

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

  • Property mode set to 100644
File size: 5.9 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 <!ENTITY qpopper-download-http "http://ftp.uni-koeln.de/mail/qpopper&qpopper-version;.tar.gz">
8 <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
9 <!ENTITY qpopper-md5sum "e00853280c9e899711f0b0239d3d8f86">
10 <!ENTITY qpopper-size "2.2 MB">
11 <!ENTITY qpopper-buildsize "9.0 MB">
12 <!ENTITY qpopper-time "0.13 SBU">
13]>
14
15<sect1 id="qpopper" xreflabel="Qpopper-&qpopper-version;">
16 <?dbhtml filename="qpopper.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">qpopper&qpopper-version;.tar</keyword>
23 <keyword role="ftpdir">qpopper</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Qpopper-&qpopper-version;</title>
28
29 <indexterm zone="qpopper">
30 <primary sortas="a-Qpopper">Qpopper</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Qpopper</title>
35
36 <para>The <application>Qpopper</application> package contains a
37 POP3 mail server.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&qpopper-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&qpopper-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &qpopper-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &qpopper-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &qpopper-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &qpopper-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Qpopper Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><ulink url="../server/mail.html">MTA</ulink></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="openssl"/>,
68 <xref linkend="gdbm"/>,
69 <xref linkend="linux-pam"/>, and
70 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Qpopper</title>
76
77 <para>Install <application>Qpopper</application> with the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>make install</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="configuration">
90 <title>Configuring Qpopper</title>
91
92 <sect3 id="qpopper-config">
93 <title>Configuration Information</title>
94
95 <para>Update the <application>Syslog</application> configuration file and
96 force the <command>syslogd</command> daemon to reread the new file so that
97 <application>Qpopper</application> events are logged:</para>
98
99 <indexterm zone="qpopper qpopper-config">
100 <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary>
101 </indexterm>
102
103<screen role="root"><userinput>echo "local0.notice;local0.debug /var/log/POP.log" &gt;&gt; \
104 /etc/syslog.conf &amp;&amp;
105killall -HUP syslogd</userinput></screen>
106
107 <para>If you use <command>inetd</command>, the following command will
108 add the <application>Qpopper</application> entry to
109 <filename>/etc/inetd.conf</filename>:</para>
110
111 <indexterm zone="qpopper qpopper-config">
112 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
113 </indexterm>
114
115<screen role="root"><userinput>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
116 /etc/inetd.conf &amp;&amp;
117killall inetd || inetd</userinput></screen>
118
119 <para>Issue a <command>killall -HUP inetd</command> to reread the
120 changed <filename>inetd.conf</filename> file.</para>
121
122 <para>If you use <command>xinetd</command>, the following command will
123 create the <application>Qpopper</application> file as
124 <filename>/etc/xinetd.d/pop3</filename>:</para>
125
126<screen role="root"><userinput>cat &gt;&gt; /etc/xinetd.d/pop3 &lt;&lt; "EOF"
127<literal># Begin /etc/xinetd.d/pop3
128
129service pop3
130{
131 port = 110
132 socket_type = stream
133 protocol = tcp
134 wait = no
135 user = root
136 server = /usr/sbin/popper
137}
138
139# End /etc/xinetd.d/pop3</literal>
140EOF</userinput></screen>
141
142 <indexterm zone="qpopper qpopper-config">
143 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
144 </indexterm>
145
146 <indexterm zone="qpopper qpopper-config">
147 <primary sortas="e-etc-xinetd.d-pop3">/etc/xinetd.d/pop3</primary>
148 </indexterm>
149
150 <para>Issue a <command>killall -HUP xinetd</command> to reread the
151 changed <filename>xinetd.conf</filename> file.</para>
152
153 </sect3>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Program</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>popper</seg>
167 <seg>None</seg>
168 <seg>None</seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="popper-qpopper">
178 <term><command>popper</command></term>
179 <listitem>
180 <para>is the POP3 server daemon.</para>
181 <indexterm zone="qpopper popper-qpopper">
182 <primary sortas="b-popper">popper</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.