Changeset e695e4a0


Ignore:
Timestamp:
10/23/2006 01:49:59 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
c007621
Parents:
c866109
Message:

Updated the Exim instructions documentation links

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6355 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc866109 re695e4a0  
    1 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     1<!ENTITY day          "23">                   <!-- Always 2 digits -->
    22<!ENTITY month        "10">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "October &day;nd, &year;">
     5<!ENTITY releasedate  "October &day;rd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rc866109 re695e4a0  
    4343
    4444    <listitem>
     45      <para>October 23rd, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated the Exim instructions documentation
     49          links.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 22nd, 2006</para>
    4656      <itemizedlist>
  • server/mail/exim.xml

    rc866109 re695e4a0  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    19   <!ENTITY exim-download-http "http://www.exim.org/ftp/exim4/exim-&exim-version;.tar.bz2">
    20   <!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    21   <!ENTITY exim-md5sum "f6bbf99a6f63c0f5045a1779e7e810c4">
    22   <!ENTITY exim-size "1.5 MB">
    23   <!ENTITY exim-buildsize "14.5 MB">
    24   <!ENTITY exim-time "0.2 SBU">
     7  <!ENTITY exim-download-http      "http://www.exim.org/ftp/exim4/exim-&exim-version;.tar.bz2">
     8  <!ENTITY exim-download-ftp       "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
     9  <!ENTITY exim-md5sum             "f6bbf99a6f63c0f5045a1779e7e810c4">
     10  <!ENTITY exim-size               "1.5 MB">
     11  <!ENTITY exim-buildsize          "14.5 MB">
     12  <!ENTITY exim-time               "0.2 SBU">
     13  <!-- <!ENTITY exim-online-doc-version "4.61"> -->
    2514]>
     15
     16  <!-- Editors please ensure that the documentation links below (in the
     17       'Adding Additional Functionality' section) are still valid after you
     18       update a version entity. It appears that the "id" strings in some of
     19       the URLs below change between versions. And I don't think this can
     20       be automatically updated.
     21  -->
    2622
    2723<sect1 id="exim" xreflabel="Exim-&exim-version;">
     
    6864    </itemizedlist>
    6965
    70 <!--
    7166    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7267    <itemizedlist spacing="compact">
    73       <listitem>
     68      <!-- <listitem>
    7469        <para>Required patch for Berkeley DB: <ulink
    7570        url="&patch-root;/exim-&exim-version;-db43-1.patch"/></para>
     71      </listitem> -->
     72      <listitem>
     73        <para>Additional formats of the documentation (text-based docs are
     74        shipped with the sources) can be downloaded by following the links
     75        shown at <ulink url="http://exim.org/docs.html"/>.</para>
    7676      </listitem>
    7777    </itemizedlist>
    78 -->
    7978
    8079    <bridgehead renderas="sect3">Exim Dependencies</bridgehead>
     
    131130make</userinput></screen>
    132131
     132    <para>This package does not come with a test suite.</para>
     133
    133134    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    134135
     
    192193    <para>To use a backend database other than <application>Berkeley
    193194    DB</application>, see the instructions at <ulink
    194     url="http://www.exim.org/exim-html-4.40/doc/html/spec_4.html#SECT4.3"/>.</para>
     195    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.
     196    </para>
    195197
    196198    <para>For SSL functionality, see the instructions at <ulink
    197     url="http://www.exim.org/exim-html-4.40/doc/html/spec_4.html#SECT4.6"/> and
    198     <ulink
    199     url="http://www.exim.org/exim-html-4.40/doc/html/spec_37.html#CHAP37"/>.</para>
     199    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
     200    and <ulink
     201    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch38.html"/>.
     202    </para>
    200203
    201204    <para>For <application>tcpwrappers</application> functionality, see the
    202205    instructions at <ulink
    203     url="http://www.exim.org/exim-html-4.40/doc/html/spec_4.html#SECT4.7"/>.</para>
     206    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#id2522928"/>.
     207         http://exim.org/exim-html-4.61/doc/html/spec_html/ch04.html#id2522928
     208    </para>
    204209
    205210    <para>For information about adding authentication mechanisms to the
    206     build, see the instructions at <ulink
    207     url="http://www.exim.org/exim-html-4.40/doc/html/spec_34.html#SECT34.4"/> For
    208     specific information about using <application>Cyrus-SASL</application>, see
    209     section 10 of the <filename>doc/NewStuff</filename> file located in the source
    210     tree.</para>
     211    build, see chapters 33-37 of <ulink
     212    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.
     213    </para>
    211214
    212215    <para>For information about linking <application>Linux-PAM</application>, see
    213     the instructions at <ulink
    214     url="http://www.exim.org/exim-html-4.40/doc/html/spec_11.html#IX935"/>.</para>
     216    the instructions in section 7 of <ulink
     217    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html"/>.
     218    </para>
    215219
    216220    <para>For information about linking database engine libraries used for
    217221    <application>Exim</application> name lookups, see the instructions at <ulink
    218     url="http://www.exim.org/exim-html-4.40/doc/html/spec_9.html#CHAP9"/>.</para>
     222    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.
     223    </para>
    219224
    220225    <para>If you wish to add <application>Readline</application> support to
    221226    <application>Exim</application> when invoked in <quote>test expansion</quote>
    222     (-bv) mode, see the information in section 8 of the
    223     <filename>doc/NewStuff</filename> file located in the source tree.</para>
     227    (<option>-be</option>) mode, see the information in the <option>-be</option>
     228    section of <ulink
     229    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.
     230    </para>
    224231
    225232    <para>You may wish to modify the default configuration and send log files to
     
    227234    <filename class='directory'>/var/spool/exim/log</filename> directory. See the
    228235    information at <ulink
    229     url="http://www.exim.org/exim-html-4.40/doc/html/spec_45.html#CHAP45"/>.</para>
     236    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch48.html"/>.</para>
    230237
    231238  </sect2>
Note: See TracChangeset for help on using the changeset viewer.