Changeset 88499366 for server


Ignore:
Timestamp:
01/02/2017 11:20:23 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
55ec717
Parents:
3690841
Message:

libreoffice-5.2.4.2
Exim-4.88
Boost-1.63.0
Swig-3.0.11
Doxygen-1.8.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    r3690841 r88499366  
    1313  <!-- if above don't work, please use one of the official mirrors at
    1414       http://www.exim.org/mirmon/ftp_mirrors.html -->
    15   <!ENTITY exim-md5sum          "2effc2bd47ad2dc010f655c11a1b1173">
     15  <!ENTITY exim-md5sum          "4cc10c910fd18bb9e299e98bc0a32ed2">
    1616  <!ENTITY exim-size            "1.7 MB">
    17   <!ENTITY exim-buildsize       "17 MB">
     17  <!ENTITY exim-buildsize       "14 MB">
    1818  <!ENTITY exim-time            "0.2 SBU">
    1919
     
    8282    <para role="required">
    8383      <xref linkend="pcre"/>
     84    </para>
     85
     86    <bridgehead renderas="sect4">Recommended</bridgehead>
     87    <para role="recommended">
     88      <xref linkend="openssl"/>
    8489    </para>
    8590
     
    95100      <ulink url="http://www.mysql.com/">MySQL</ulink>,
    96101      <xref linkend="openldap"/>,
    97       <xref linkend="openssl"/> or <xref linkend="gnutls"/>,
     102      <xref linkend="gnutls"/>,
    98103      <xref linkend="postgresql"/>,
    99104      <xref linkend="sqlite"/>,
    100       <xref linkend="x-window-system"/>, and
     105      <xref linkend="x-window-system"/>,
     106      <ulink url="http://www.hl5.org">Heimdal GSSAPI</ulink>, and
    101107      <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink>
    102108    </para>
     
    121127    commands:</para>
    122128
    123 <screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,' \
     129<screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,'    \
    124130    -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
    125     -e 's,^EXIM_USER.*$,EXIM_USER=exim,' \
     131    -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
     132    -e '/SUPPORT_TLS/s,^#,,'                       \
     133    -e '/USE_OPENSSL/s,^#,,'                       \
    126134    -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
    127135printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &amp;&amp;
     
    147155
    148156    <para><command>sed -e ... > Local/Makefile</command>: Most of
    149     <application>Exim</application>'s configuration options are compiled in using
    150     the directives in <filename>Local/Makefile</filename> which is created from
     157    <application>Exim</application>'s configuration options are defined
     158    in <filename>Local/Makefile</filename>, which is created from
    151159    the <filename>src/EDITME</filename> file. This command specifies the minimum
    152160    set of options. Descriptions for the options are listed below.</para>
     
    169177    hands off the daemon to the <systemitem
    170178    class="username">exim</systemitem> user.</para>
     179
     180    <para><parameter>SUPPORT_TLS=yes</parameter>: This allows to support
     181    STARTTLS connexions. If you use this option, you need to select
     182    whether <application>OpenSSL</application> or
     183    <application>GnuTLS</application> is used (see
     184    <filename>src/EDITME</filename>).</para>
     185
     186    <para><parameter>USE_OPENSSL_PC=openssl</parameter>: This tells the
     187    build system to use <application>OpenSSL</application>, and to
     188    find the needed libraries with <application>pkg-config</application>.
     189    </para>
    171190
    172191    <para><parameter>#EXIM_MONITOR</parameter>: This defers building the
     
    212231    <option>WITH_CONTENT_SCAN=yes</option> parameter and review the information
    213232    found at <ulink
    214     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch41.html"/>.</para>
     233    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch45.html"/>.</para>
    215234
    216235    <para>To use a backend database other than <application>Berkeley
     
    221240    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
    222241    and <ulink
    223     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch39.html"/>.</para>
     242    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch42.html"/>.</para>
    224243
    225244    <para>For <application>tcpwrappers</application> functionality, see the
     
    228247
    229248    <para>For information about adding authentication mechanisms to the
    230     build, see chapters 33-37 of <ulink
     249    build, see chapters 33&mdash;41 of <ulink
    231250    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.</para>
    232251
     
    249268    <filename class='directory'>/var/spool/exim/log</filename> directory. See the
    250269    information at <ulink
    251     url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch49.html"/>.</para>
     270    url="http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch52.html"/>.</para>
     271
     272    <para>A wealth of information can be also found at the <ulink url=
     273    "https://github.com/Exim/exim/wiki">Exim Wiki</ulink>.</para>
    252274
    253275  </sect2>
Note: See TracChangeset for help on using the changeset viewer.