mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Update to qpopper4.1.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9947 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
dadb65afd5
commit
22ab8c0b91
@ -567,7 +567,7 @@ $Date$
|
|||||||
<!-- Chapter 20 -->
|
<!-- Chapter 20 -->
|
||||||
<!ENTITY exim-version "4.67">
|
<!ENTITY exim-version "4.67">
|
||||||
<!ENTITY postfix-version "2.9.1">
|
<!ENTITY postfix-version "2.9.1">
|
||||||
<!ENTITY qpopper-version "4.0.9">
|
<!ENTITY qpopper-version "4.1.0">
|
||||||
<!ENTITY sendmail-version "8.14.4">
|
<!ENTITY sendmail-version "8.14.4">
|
||||||
|
|
||||||
<!-- Obsolete
|
<!-- Obsolete
|
||||||
|
@ -45,6 +45,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>April 18th, 2012</para>
|
<para>April 18th, 2012</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to qpopper4-1.0. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;2760">#2760</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to subversion 1.7.4. Fixes
|
<para>[bdubbs] - Update to subversion 1.7.4. Fixes
|
||||||
<ulink url="&blfs-ticket-root;3305">#3305</ulink>.</para>
|
<ulink url="&blfs-ticket-root;3305">#3305</ulink>.</para>
|
||||||
|
@ -4,25 +4,11 @@
|
|||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!-- Inserted as a reminder to do this. The mention of a test suite
|
|
||||||
is usually right before the root user installation commands. Please
|
|
||||||
delete these 12 (including one blank) lines after you are done.-->
|
|
||||||
|
|
||||||
<!-- Use one of the two mentions below about a test suite,
|
|
||||||
delete the line that is not applicable. Of course, if the
|
|
||||||
test suite uses syntax other than "make check", revise the
|
|
||||||
line to reflect the actual syntax to run the test suite -->
|
|
||||||
|
|
||||||
<!-- <para>This package does not come with a test suite.</para> -->
|
|
||||||
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
|
||||||
<!-- Dead link
|
|
||||||
<!ENTITY qpopper-download-http "http://ftp.uni-koeln.de/mail/qpopper&qpopper-version;.tar.gz">
|
|
||||||
-->
|
|
||||||
<!ENTITY qpopper-download-http " ">
|
<!ENTITY qpopper-download-http " ">
|
||||||
<!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
|
<!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
|
||||||
<!ENTITY qpopper-md5sum "de2cd15f95cfd00d0d080fd16287acad">
|
<!ENTITY qpopper-md5sum "3b62b70fbcd16bb17795e1762dd33765">
|
||||||
<!ENTITY qpopper-size "2.7 MB">
|
<!ENTITY qpopper-size "1.2 MB">
|
||||||
<!ENTITY qpopper-buildsize "9.1 MB">
|
<!ENTITY qpopper-buildsize "7.2 MB">
|
||||||
<!ENTITY qpopper-time "0.1 SBU">
|
<!ENTITY qpopper-time "0.1 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -46,6 +32,8 @@
|
|||||||
<para>The <application>Qpopper</application> package contains a
|
<para>The <application>Qpopper</application> package contains a
|
||||||
POP3 mail server.</para>
|
POP3 mail server.</para>
|
||||||
|
|
||||||
|
&lfs71_built;
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -74,10 +62,11 @@
|
|||||||
<para role="required">An <xref linkend="server-mail"/></para>
|
<para role="required">An <xref linkend="server-mail"/></para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para role="optional"><xref linkend="openssl"/>,
|
<para role="optional">
|
||||||
<!-- <xref linkend="gdbm"/>, -->
|
<xref linkend="openssl"/>,
|
||||||
<xref linkend="linux-pam"/>, and
|
<xref linkend="linux-pam"/>, and
|
||||||
<xref linkend="mitkrb"/></para>
|
<xref linkend="mitkrb"/>
|
||||||
|
</para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">User Notes:
|
<para condition="html" role="usernotes">User Notes:
|
||||||
<ulink url="&blfs-wiki;/qpopper"/></para>
|
<ulink url="&blfs-wiki;/qpopper"/></para>
|
||||||
@ -93,6 +82,8 @@
|
|||||||
<screen><userinput>./configure --prefix=/usr --enable-standalone &&
|
<screen><userinput>./configure --prefix=/usr --enable-standalone &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
<para>This package does not come with a test suite.</para>
|
||||||
|
|
||||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make install &&
|
<screen role="root"><userinput>make install &&
|
||||||
@ -123,8 +114,7 @@ install -D -m644 GUIDE.pdf /usr/share/doc/qpopper-&qpopper-version;/GUIDE.pdf</u
|
|||||||
<primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary>
|
<primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<screen role="root"><userinput>echo "local0.notice;local0.debug /var/log/POP.log" >> \
|
<screen role="root"><userinput>echo "local0.notice;local0.debug /var/log/POP.log" >> /etc/syslog.conf &&
|
||||||
/etc/syslog.conf &&
|
|
||||||
killall -HUP syslogd</userinput></screen>
|
killall -HUP syslogd</userinput></screen>
|
||||||
|
|
||||||
<para id="qpopper-init">If you want <application>Qpopper</application> to
|
<para id="qpopper-init">If you want <application>Qpopper</application> to
|
||||||
@ -166,44 +156,12 @@ EOF</userinput></screen>
|
|||||||
<primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
|
<primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<screen role="root"><userinput>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> \
|
<screen role="root"><userinput>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> /etc/inetd.conf &&
|
||||||
/etc/inetd.conf &&
|
|
||||||
killall inetd || inetd</userinput></screen>
|
killall inetd || inetd</userinput></screen>
|
||||||
|
|
||||||
<para>Issue a <command>killall -HUP inetd</command> to reread the
|
<para>Issue a <command>killall -HUP inetd</command> to reread the
|
||||||
changed <filename>inetd.conf</filename> file.</para>
|
changed <filename>inetd.conf</filename> file.</para>
|
||||||
<!--
|
|
||||||
<para>If you use <command>xinetd</command>, the following command will
|
|
||||||
create the <application>Qpopper</application> file as
|
|
||||||
<filename>/etc/xinetd.d/pop3</filename>:</para>
|
|
||||||
|
|
||||||
<screen role="root"><userinput>cat >> /etc/xinetd.d/pop3 << "EOF"
|
|
||||||
<literal># Begin /etc/xinetd.d/pop3
|
|
||||||
|
|
||||||
service pop3
|
|
||||||
{
|
|
||||||
port = 110
|
|
||||||
socket_type = stream
|
|
||||||
protocol = tcp
|
|
||||||
wait = no
|
|
||||||
user = root
|
|
||||||
server = /usr/sbin/popper
|
|
||||||
}
|
|
||||||
|
|
||||||
# End /etc/xinetd.d/pop3</literal>
|
|
||||||
EOF</userinput></screen>
|
|
||||||
|
|
||||||
<indexterm zone="qpopper qpopper-config">
|
|
||||||
<primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
|
|
||||||
</indexterm>
|
|
||||||
|
|
||||||
<indexterm zone="qpopper qpopper-config">
|
|
||||||
<primary sortas="e-etc-xinetd.d-pop3">/etc/xinetd.d/pop3</primary>
|
|
||||||
</indexterm>
|
|
||||||
|
|
||||||
<para>Issue a <command>killall -HUP xinetd</command> to reread the
|
|
||||||
changed <filename>xinetd.conf</filename> file.</para>
|
|
||||||
-->
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user