Author: randy
Date: 2007-08-13 16:57:49 -0600 (Mon, 13 Aug 2007)
New Revision: 7058
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/mail/exim.xml
Log:
Updated to Exim-4.67
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-08-13 19:20:47 UTC (rev 7057)
+++ trunk/BOOK/general.ent 2007-08-13 22:57:49 UTC (rev 7058)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
@@ -378,7 +378,7 @@
<!-- Chapter 22 -->
<!ENTITY courier-version "0.47">
-<!ENTITY exim-version "4.61">
+<!ENTITY exim-version "4.67">
<!ENTITY postfix-version "2.3.3">
<!ENTITY qpopper-version "4.0.9">
<!ENTITY sendmail-version "8.14.1">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-08-13 19:20:47 UTC
(rev 7057)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-08-13 22:57:49 UTC
(rev 7058)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>August 14th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to Exim-4.67.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>August 13th, 2007</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/mail/exim.xml
===================================================================
--- trunk/BOOK/server/mail/exim.xml 2007-08-13 19:20:47 UTC (rev 7057)
+++ trunk/BOOK/server/mail/exim.xml 2007-08-13 22:57:49 UTC (rev 7058)
@@ -4,15 +4,14 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- <!ENTITY exim-download-http
"http://www.exim.org/ftp/exim4/exim-&exim-version;.tar.bz2"> -->
- <!-- <!ENTITY exim-download-ftp
"ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2"> -->
- <!ENTITY exim-download-http
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/e/exim-&exim-version;.tar.bz2">
- <!ENTITY exim-download-ftp " ">
- <!ENTITY exim-md5sum "f6bbf99a6f63c0f5045a1779e7e810c4">
- <!ENTITY exim-size "1.5 MB">
- <!ENTITY exim-buildsize "14.5 MB">
+ <!ENTITY exim-download-http
"http://www.exim.org/ftp/exim4/exim-&exim-version;.tar.bz2">
+ <!ENTITY exim-download-ftp
"ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
+ <!-- <!ENTITY exim-download-http
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/e/exim-&exim-version;.tar.bz2">
-->
+ <!-- <!ENTITY exim-download-ftp " "> -->
+ <!ENTITY exim-md5sum "9ee83186d9ac99e5ff297112aa6fddf0">
+ <!ENTITY exim-size "1.6 MB">
+ <!ENTITY exim-buildsize "15 MB">
<!ENTITY exim-time "0.2 SBU">
- <!-- <!ENTITY exim-online-doc-version "4.61"> -->
]>
<!-- Editors please ensure that the documentation links below (in the
@@ -94,6 +93,7 @@
<xref linkend="cyrus-sasl"/>,
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
+ <ulink url="http://www.sqlite.org/">SQLite</ulink>,
<xref linkend="tcpwrappers"/>, and
<xref linkend="linux-pam"/></para>
@@ -113,15 +113,6 @@
<screen role="root"><userinput>groupadd -g 31 exim &&
useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31
exim</userinput></screen>
- <!-- Commenting this out as BDB is installed in LFS
-
- <para>If you have <application>Berkeley DB</application>
- installed, apply the following patch:</para>
-
-<screen><userinput>patch -Np1 -i
../exim-&exim-version;-db43-1.patch</userinput></screen>
-
- -->
-
<para>Install <application>Exim</application> with the following
commands:</para>
@@ -190,52 +181,55 @@
directives and parameters to link additional libraries before you build
<application>Exim</application>. <filename>Local/Makefile</filename> is
heavily commented with instructions on how to do this. Listed below is
- additional information to help you link these dependency packages.</para>
+ additional information to help you link these dependency packages or
+ add additional functionality.</para>
+ <para>If you wish to build and install the
+ <filename class='extension'>.info</filename> documentation, refer to <ulink
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinsinfdoc"/>.</para>
+
+ <para>If you wish to build in Exim's interfaces for calling virus and spam
+ scanning software directly from access control lists, uncomment the
+ <option>WITH_CONTENT_SCAN=yes</option> parameter and review the information
+ found at <ulink
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch41.html"/>.</para>
+
<para>To use a backend database other than <application>Berkeley
DB</application>, see the instructions at <ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.
- </para>
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.</para>
<para>For SSL functionality, see the instructions at <ulink
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
and <ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch38.html"/>.
- </para>
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch39.html"/>.</para>
<para>For <application>tcpwrappers</application> functionality, see the
instructions at <ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#id2522928"/>.
- http://exim.org/exim-html-4.61/doc/html/spec_html/ch04.html#id2522928
- </para>
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECID27"/>.</para>
<para>For information about adding authentication mechanisms to the
build, see chapters 33-37 of <ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.
- </para>
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.</para>
- <para>For information about linking <application>Linux-PAM</application>,
see
- the instructions in section 7 of <ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html"/>.
- </para>
+ <para>For information about linking <application>Linux-PAM</application>,
+ refer to the instructions <ulink
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html#SECTexpcond"/>.</para>
<para>For information about linking database engine libraries used for
<application>Exim</application> name lookups, see the instructions at
<ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.
- </para>
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.</para>
<para>If you wish to add <application>Readline</application> support to
<application>Exim</application> when invoked in <quote>test
expansion</quote>
(<option>-be</option>) mode, see the information in the
<option>-be</option>
section of <ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.
- </para>
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.</para>
<para>You may wish to modify the default configuration and send log files
to
syslog instead of the default
<filename class='directory'>/var/spool/exim/log</filename> directory. See
the
information at <ulink
-
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch48.html"/>.</para>
+
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch49.html"/>.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page