source: server/mail/qpopper.xml@ 4ec808b

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 4ec808b was 2a5310e8, checked in by Manuel Canales Esparcia <manuel@…>, 19 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
RevLine 
[0931098]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[0931098]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[9140bfa7]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">
[0931098]13]>
14
[5afbfa23]15<sect1 id="qpopper" xreflabel="Qpopper-&qpopper-version;">
[9140bfa7]16 <?dbhtml filename="qpopper.html"?>
[55526553]17
[9140bfa7]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[a6ac43b]21 <keywordset>
22 <keyword role="package">qpopper&qpopper-version;.tar</keyword>
[2a5310e8]23 <keyword role="ftpdir">qpopper</keyword>
[a6ac43b]24 </keywordset>
[9140bfa7]25 </sect1info>
[55526553]26
[9140bfa7]27 <title>Qpopper-&qpopper-version;</title>
[f45b1953]28
[9140bfa7]29 <indexterm zone="qpopper">
30 <primary sortas="a-Qpopper">Qpopper</primary>
31 </indexterm>
[0931098]32
[9140bfa7]33 <sect2 role="package">
34 <title>Introduction to Qpopper</title>
[0931098]35
[9140bfa7]36 <para>The <application>Qpopper</application> package contains a
37 POP3 mail server.</para>
[0931098]38
[9140bfa7]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>
[55526553]60
[9140bfa7]61 <bridgehead renderas="sect3">Qpopper Dependencies</bridgehead>
[793c1ba]62
[9140bfa7]63 <bridgehead renderas="sect4">Required</bridgehead>
[a6ac43b]64 <para role="required"><ulink url="../server/mail.html">MTA</ulink></para>
[0931098]65
[9140bfa7]66 <bridgehead renderas="sect4">Optional</bridgehead>
[a6ac43b]67 <para role="optional"><xref linkend="openssl"/>,
[9140bfa7]68 <xref linkend="gdbm"/>,
[6603f8b]69 <xref linkend="linux-pam"/>, and
[9140bfa7]70 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/></para>
[0931098]71
[9140bfa7]72 </sect2>
[0931098]73
[9140bfa7]74 <sect2 role="installation">
75 <title>Installation of Qpopper</title>
[0931098]76
[9140bfa7]77 <para>Install <application>Qpopper</application> with the following
78 commands:</para>
[b77ebfad]79
[9140bfa7]80<screen><userinput>./configure --prefix=/usr &amp;&amp;
81make</userinput></screen>
[b77ebfad]82
[9140bfa7]83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[0931098]84
[9140bfa7]85<screen role="root"><userinput>make install</userinput></screen>
[0931098]86
[9140bfa7]87 </sect2>
[0931098]88
[9140bfa7]89 <sect2 role="configuration">
90 <title>Configuring Qpopper</title>
[0931098]91
[9140bfa7]92 <sect3 id="qpopper-config">
93 <title>Configuration Information</title>
[55526553]94
[9140bfa7]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>
[f0a7519]98
[9140bfa7]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; \
[f0a7519]104 /etc/syslog.conf &amp;&amp;
[9140bfa7]105killall -HUP syslogd</userinput></screen>
[f0a7519]106
[9140bfa7]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>
[55526553]110
[9140bfa7]111 <indexterm zone="qpopper qpopper-config">
112 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
113 </indexterm>
[0931098]114
[9140bfa7]115<screen role="root"><userinput>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
[0931098]116 /etc/inetd.conf &amp;&amp;
[9140bfa7]117killall inetd || inetd</userinput></screen>
[0931098]118
[9140bfa7]119 <para>Issue a <command>killall -HUP inetd</command> to reread the
120 changed <filename>inetd.conf</filename> file.</para>
[0931098]121
[9140bfa7]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>
[1f672c1]125
[9140bfa7]126<screen role="root"><userinput>cat &gt;&gt; /etc/xinetd.d/pop3 &lt;&lt; "EOF"
127<literal># Begin /etc/xinetd.d/pop3
[0931098]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}
[1f672c1]138
[9140bfa7]139# End /etc/xinetd.d/pop3</literal>
140EOF</userinput></screen>
[0931098]141
[9140bfa7]142 <indexterm zone="qpopper qpopper-config">
143 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
144 </indexterm>
[55526553]145
[9140bfa7]146 <indexterm zone="qpopper qpopper-config">
147 <primary sortas="e-etc-xinetd.d-pop3">/etc/xinetd.d/pop3</primary>
148 </indexterm>
[55526553]149
[9140bfa7]150 <para>Issue a <command>killall -HUP xinetd</command> to reread the
151 changed <filename>xinetd.conf</filename> file.</para>
[0931098]152
[9140bfa7]153 </sect3>
[0931098]154
[9140bfa7]155 </sect2>
[0931098]156
[9140bfa7]157 <sect2 role="content">
158 <title>Contents</title>
[b77ebfad]159
[9140bfa7]160 <segmentedlist>
161 <segtitle>Installed Program</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directories</segtitle>
[b77ebfad]164
[9140bfa7]165 <seglistitem>
166 <seg>popper</seg>
167 <seg>None</seg>
168 <seg>None</seg>
169 </seglistitem>
170 </segmentedlist>
[b77ebfad]171
[9140bfa7]172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
[0931098]176
[9140bfa7]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>
[f45b1953]186
[9140bfa7]187 </variablelist>
[f45b1953]188
[9140bfa7]189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.