Changeset ca914da


Ignore:
Timestamp:
08/13/2007 10:57:49 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c70382a
Parents:
a6706732
Message:

Updated to Exim-4.67

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra6706732 rca914da  
    44-->
    55
    6 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     6<!ENTITY day          "14">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    379379<!-- Chapter 22 -->
    380380<!ENTITY courier-version              "0.47">
    381 <!ENTITY exim-version                 "4.61">
     381<!ENTITY exim-version                 "4.67">
    382382<!ENTITY postfix-version              "2.3.3">
    383383<!ENTITY qpopper-version              "4.0.9">
  • introduction/welcome/changelog.xml

    ra6706732 rca914da  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>August 14th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Exim-4.67.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • server/mail/exim.xml

    ra6706732 rca914da  
    55  %general-entities;
    66
    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-download-http      "http://anduin.linuxfromscratch.org/sources/BLFS/svn/e/exim-&exim-version;.tar.bz2">
    10   <!ENTITY exim-download-ftp       " ">
    11   <!ENTITY exim-md5sum             "f6bbf99a6f63c0f5045a1779e7e810c4">
    12   <!ENTITY exim-size               "1.5 MB">
    13   <!ENTITY exim-buildsize          "14.5 MB">
     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-download-http      "http://anduin.linuxfromscratch.org/sources/BLFS/svn/e/exim-&exim-version;.tar.bz2"> -->
     10  <!-- <!ENTITY exim-download-ftp       " "> -->
     11  <!ENTITY exim-md5sum             "9ee83186d9ac99e5ff297112aa6fddf0">
     12  <!ENTITY exim-size               "1.6 MB">
     13  <!ENTITY exim-buildsize          "15 MB">
    1414  <!ENTITY exim-time               "0.2 SBU">
    15   <!-- <!ENTITY exim-online-doc-version "4.61"> -->
    1615]>
    1716
     
    9594    <xref linkend="mysql"/>,
    9695    <xref linkend="postgresql"/>,
     96    <ulink url="http://www.sqlite.org/">SQLite</ulink>,
    9797    <xref linkend="tcpwrappers"/>, and
    9898    <xref linkend="linux-pam"/></para>
     
    113113<screen role="root"><userinput>groupadd -g 31 exim &amp;&amp;
    114114useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim</userinput></screen>
    115 
    116     <!-- Commenting this out as BDB is installed in LFS
    117 
    118     <para>If you have <application>Berkeley DB</application>
    119     installed, apply the following patch:</para>
    120 
    121 <screen><userinput>patch -Np1 -i ../exim-&exim-version;-db43-1.patch</userinput></screen>
    122 
    123     -->
    124115
    125116    <para>Install <application>Exim</application> with the following
     
    191182    <application>Exim</application>. <filename>Local/Makefile</filename> is
    192183    heavily commented with instructions on how to do this. Listed below is
    193     additional information to help you link these dependency packages.</para>
     184    additional information to help you link these dependency packages or
     185    add additional functionality.</para>
     186
     187    <para>If you wish to build and install the
     188    <filename class='extension'>.info</filename> documentation, refer to <ulink
     189    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinsinfdoc"/>.</para>
     190
     191    <para>If you wish to build in Exim's interfaces for calling virus and spam
     192    scanning software directly from access control lists, uncomment the
     193    <option>WITH_CONTENT_SCAN=yes</option> parameter and review the information
     194    found at <ulink
     195    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch41.html"/>.</para>
    194196
    195197    <para>To use a backend database other than <application>Berkeley
    196198    DB</application>, see the instructions at <ulink
    197     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.
    198     </para>
     199    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.</para>
    199200
    200201    <para>For SSL functionality, see the instructions at <ulink
    201202    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
    202203    and <ulink
    203     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch38.html"/>.
    204     </para>
     204    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch39.html"/>.</para>
    205205
    206206    <para>For <application>tcpwrappers</application> functionality, see the
    207207    instructions at <ulink
    208     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#id2522928"/>.
    209          http://exim.org/exim-html-4.61/doc/html/spec_html/ch04.html#id2522928
    210     </para>
     208    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECID27"/>.</para>
    211209
    212210    <para>For information about adding authentication mechanisms to the
    213211    build, see chapters 33-37 of <ulink
    214     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.
    215     </para>
    216 
    217     <para>For information about linking <application>Linux-PAM</application>, see
    218     the instructions in section 7 of <ulink
    219     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html"/>.
    220     </para>
     212    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.</para>
     213
     214    <para>For information about linking <application>Linux-PAM</application>,
     215    refer to the instructions <ulink
     216    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html#SECTexpcond"/>.</para>
    221217
    222218    <para>For information about linking database engine libraries used for
    223219    <application>Exim</application> name lookups, see the instructions at <ulink
    224     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.
    225     </para>
     220    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.</para>
    226221
    227222    <para>If you wish to add <application>Readline</application> support to
     
    229224    (<option>-be</option>) mode, see the information in the <option>-be</option>
    230225    section of <ulink
    231     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.
    232     </para>
     226    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.</para>
    233227
    234228    <para>You may wish to modify the default configuration and send log files to
     
    236230    <filename class='directory'>/var/spool/exim/log</filename> directory. See the
    237231    information at <ulink
    238     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch48.html"/>.</para>
     232    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch49.html"/>.</para>
    239233
    240234  </sect2>
Note: See TracChangeset for help on using the changeset viewer.