Updated the Exim instructions documentation links

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6355 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-10-23 01:49:59 +00:00
parent c866109820
commit e695e4a034
3 changed files with 56 additions and 39 deletions

View File

@ -1,8 +1,8 @@
<!ENTITY day "22"> <!-- Always 2 digits -->
<!ENTITY day "23"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "October &day;nd, &year;">
<!ENTITY releasedate "October &day;rd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "stable"> <!-- version|stable|testing|unstable|development] -->

View File

@ -41,6 +41,16 @@
-->
<listitem>
<para>October 23rd, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated the Exim instructions documentation
links.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 22nd, 2006</para>
<itemizedlist>

View File

@ -4,26 +4,22 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%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> -->
<!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-md5sum "f6bbf99a6f63c0f5045a1779e7e810c4">
<!ENTITY exim-size "1.5 MB">
<!ENTITY exim-buildsize "14.5 MB">
<!ENTITY exim-time "0.2 SBU">
<!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-md5sum "f6bbf99a6f63c0f5045a1779e7e810c4">
<!ENTITY exim-size "1.5 MB">
<!ENTITY exim-buildsize "14.5 MB">
<!ENTITY exim-time "0.2 SBU">
<!-- <!ENTITY exim-online-doc-version "4.61"> -->
]>
<!-- Editors please ensure that the documentation links below (in the
'Adding Additional Functionality' section) are still valid after you
update a version entity. It appears that the "id" strings in some of
the URLs below change between versions. And I don't think this can
be automatically updated.
-->
<sect1 id="exim" xreflabel="Exim-&exim-version;">
<?dbhtml filename="exim.html"?>
@ -67,15 +63,18 @@
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<!-- <listitem>
<para>Required patch for Berkeley DB: <ulink
url="&patch-root;/exim-&exim-version;-db43-1.patch"/></para>
</listitem> -->
<listitem>
<para>Additional formats of the documentation (text-based docs are
shipped with the sources) can be downloaded by following the links
shown at <ulink url="http://exim.org/docs.html"/>.</para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Exim Dependencies</bridgehead>
@ -130,6 +129,8 @@ useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim</userinpu
-e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
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>
<screen role="root"><userinput>make install &amp;&amp;
@ -191,42 +192,48 @@ ln -sv exim /usr/sbin/sendmail</userinput></screen>
<para>To use a backend database other than <application>Berkeley
DB</application>, see the instructions at <ulink
url="http://www.exim.org/exim-html-4.40/doc/html/spec_4.html#SECT4.3"/>.</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://www.exim.org/exim-html-4.40/doc/html/spec_4.html#SECT4.6"/> and
<ulink
url="http://www.exim.org/exim-html-4.40/doc/html/spec_37.html#CHAP37"/>.</para>
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>
<para>For <application>tcpwrappers</application> functionality, see the
instructions at <ulink
url="http://www.exim.org/exim-html-4.40/doc/html/spec_4.html#SECT4.7"/>.</para>
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>
<para>For information about adding authentication mechanisms to the
build, see the instructions at <ulink
url="http://www.exim.org/exim-html-4.40/doc/html/spec_34.html#SECT34.4"/> For
specific information about using <application>Cyrus-SASL</application>, see
section 10 of the <filename>doc/NewStuff</filename> file located in the source
tree.</para>
build, see chapters 33-37 of <ulink
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 at <ulink
url="http://www.exim.org/exim-html-4.40/doc/html/spec_11.html#IX935"/>.</para>
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 database engine libraries used for
<application>Exim</application> name lookups, see the instructions at <ulink
url="http://www.exim.org/exim-html-4.40/doc/html/spec_9.html#CHAP9"/>.</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>
(-bv) mode, see the information in section 8 of the
<filename>doc/NewStuff</filename> file located in the source tree.</para>
(<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>
<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://www.exim.org/exim-html-4.40/doc/html/spec_45.html#CHAP45"/>.</para>
url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch48.html"/>.</para>
</sect2>