update to exim-4.14

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@823 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-04-05 15:17:18 +00:00
parent 8b220c27c1
commit 79df62689d
6 changed files with 15 additions and 23 deletions

View File

@ -2,7 +2,7 @@
<title>Configuring exim</title> <title>Configuring exim</title>
<sect3><title>Config files</title> <sect3><title>Config files</title>
<para><userinput>/etc/exim.conf, /etc/aliases</userinput></para> <para><userinput>/etc/exim.conf</userinput>, <userinput>/etc/aliases</userinput></para>
</sect3> </sect3>
<sect3><title>Configuration of exim</title> <sect3><title>Configuration of exim</title>

View File

@ -4,8 +4,8 @@
<!ENTITY exim-desc SYSTEM "exim-desc.xml"> <!ENTITY exim-desc SYSTEM "exim-desc.xml">
<!ENTITY exim-exp SYSTEM "exim-exp.xml"> <!ENTITY exim-exp SYSTEM "exim-exp.xml">
<!ENTITY exim-config SYSTEM "exim-config.xml"> <!ENTITY exim-config SYSTEM "exim-config.xml">
<!ENTITY exim-buildsize "8.2 MB"> <!ENTITY exim-buildsize "8.7 MB">
<!ENTITY exim-version "4.12"> <!ENTITY exim-version "4.14">
<!ENTITY exim-download-http "N/A"> <!ENTITY exim-download-http "">
<!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> <!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
<!ENTITY exim-size "1.1 MB"> <!ENTITY exim-size "1.2 MB">

View File

@ -11,15 +11,13 @@
<para>If you use inetd, the following command will add the qpopper <para>If you use inetd, the following command will add the qpopper
entry to /etc/inetd.conf:</para> entry to /etc/inetd.conf:</para>
<para><screen><userinput> <para><screen><userinput>echo "pop stream tcp nowait root /usr/sbin/popper popper" >> \
echo "pop stream tcp nowait root /usr/sbin/popper popper" >> \
/etc/inetd.conf &amp;&amp; /etc/inetd.conf &amp;&amp;
echo "pop 110/tcp" &gt;&gt; /etc/services &amp;&amp; echo "pop 110/tcp" &gt;&gt; /etc/services &amp;&amp;
killall inetd || inetd &amp;&amp; killall inetd || inetd &amp;&amp;
echo "local0.notice;local0.debug /var/log/POP.log" >> \ echo "local0.notice;local0.debug /var/log/POP.log" >> \
/etc/syslog.conf &amp;&amp; /etc/syslog.conf &amp;&amp;
killall -HUP syslogd killall -HUP syslogd</userinput></screen></para>
</userinput></screen></para>
<para>Issue a killall -HUP inetd to reread the changed inetd.conf <para>Issue a killall -HUP inetd to reread the changed inetd.conf
file.</para> file.</para>
@ -27,8 +25,7 @@ file.</para>
<para>If you use xinetd, the following command will add the qpopper <para>If you use xinetd, the following command will add the qpopper
entry to /etc/xinetd.conf:</para> entry to /etc/xinetd.conf:</para>
<para><screen><userinput> <para><screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
service pop service pop
{ {
port = 110 port = 110
@ -40,8 +37,7 @@ cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
server = /usr/sbin/popper server = /usr/sbin/popper
server_args = popper server_args = popper
} }
EOF EOF</userinput></screen></para>
</userinput></screen></para>
<para>Issue a killall -HUP xinetd to reread the changed xinetd.conf <para>Issue a killall -HUP xinetd to reread the changed xinetd.conf
file.</para> file.</para>

View File

@ -2,11 +2,9 @@
<title>Installation of qpopper</title> <title>Installation of qpopper</title>
<para>Install qpopper with the following commands:</para> <para>Install qpopper with the following commands:</para>
<para><screen><userinput> <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install make install</userinput></screen></para>
</userinput></screen></para>
</sect2> </sect2>

View File

@ -1,7 +1,7 @@
<sect2> <sect2>
<title>Introduction to qpopper</title> <title>Introduction to qpopper</title>
<screen> <screen>Download location (HTTP): <ulink url="&qpopper-download-http;"/>
Download location (FTP): <ulink url="&qpopper-download-ftp;"/> Download location (FTP): <ulink url="&qpopper-download-ftp;"/>
Version used: &qpopper-version; Version used: &qpopper-version;
Package size: &qpopper-size; Package size: &qpopper-size;
@ -11,8 +11,6 @@ Estimated Disk space required: &qpopper-buildsize;</screen>
<screen>qpopper depends on: <screen>qpopper depends on:
<xref linkend="sendmail"/></screen> <xref linkend="sendmail"/> or <xref linkend="postfix"/> or <xref linkend="qmail"/></screen>
<note><para>Other MTA's may be used instead of Sendmail.</para></note>
</sect2> </sect2>

View File

@ -5,6 +5,6 @@
<!ENTITY qpopper-config SYSTEM "qpopper-config.xml"> <!ENTITY qpopper-config SYSTEM "qpopper-config.xml">
<!ENTITY qpopper-buildsize "6.7 MB"> <!ENTITY qpopper-buildsize "6.7 MB">
<!ENTITY qpopper-version "4.0.4"> <!ENTITY qpopper-version "4.0.4">
<!ENTITY qpopper-download-ftp <!ENTITY qpopper-download-http "">
"ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.0.4.tar.gz"> <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.0.4.tar.gz">
<!ENTITY qpopper-size "2.3 MB"> <!ENTITY qpopper-size "2.3 MB">