source: server/mail/qpopper.xml@ 507c9fa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 507c9fa was 55526553, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update qpopper index; increase index column 1 width

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

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