Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/exim.xml

    rdd9aab33 r3f2db3a6  
    1010  <!-- if above don't work, please use one of the official mirrors at
    1111       http://www.exim.org/mirmon/ftp_mirrors.html -->
    12   <!ENTITY exim-md5sum          "b57515d34e97b0be12f7d38d316b15eb">
     12  <!ENTITY exim-md5sum          "0d10d5b10f2af77ec8c2c2fe5be6c1ad">
    1313  <!ENTITY exim-size            "1.8 MB">
    1414  <!ENTITY exim-buildsize       "20 MB">
     
    2121  <?dbhtml filename="exim.html"?>
    2222
    23   <sect1info>
    24     <date>$Date$</date>
    25   </sect1info>
    2623
    2724  <title>Exim-&exim-version;</title>
     
    4037    </para>
    4138
    42     &lfs110a_checked;
     39    &lfs112_checked;
    4340
    4441    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8279          Additional formats of the documentation (text-based docs are
    8380          shipped with the sources) can be downloaded by following the links
    84           shown at <ulink url="http://exim.org/docs.html"/>.
    85         </para>
    86       </listitem>
     81          shown at <ulink url="https://exim.org/docs.html"/>.
     82        </para>
     83      </listitem>
     84<!-- Applied in 4.96
    8785      <listitem>
    8886        <para>
     
    9189        </para>
    9290      </listitem>
     91      <listitem>
     92        <para>
     93          Required patch to build with openssl-3:
     94          <ulink url="&patch-root;/exim-&exim-version;-openssl3_fix-1.patch"/>
     95        </para>
     96      </listitem>
     97-->
    9398    </itemizedlist>
    9499
     
    109114      <xref linkend="linux-pam"/>,
    110115      <xref linkend="mariadb"/> or
    111       <ulink url="http://www.mysql.com/">MySQL</ulink>,
     116      <ulink url="https://www.mysql.com/">MySQL</ulink>,
    112117      <xref linkend="openldap"/>,
    113118      <xref linkend="gnutls"/>,
     
    115120      <xref linkend="sqlite"/>,
    116121      <xref linkend="x-window-system"/>,
    117       <ulink url="http://www.h5l.org/">Heimdal GSSAPI</ulink>, and
     122      <ulink url="https://github.com/heimdal/heimdal">Heimdal GSSAPI</ulink>, and
    118123      <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink>
    119124    </para>
     
    137142useradd -d /dev/null -c "Exim Daemon" -g exim -s /bin/false -u 31 exim</userinput></screen>
    138143
     144<!-- Applied in 4.96
    139145    <para>
    140146      If you want to build with <application>PAM</application> support, apply the following patch:
    141147    </para>
    142148
    143 <screen><userinput>patch -Np2 -i ../exim-&exim-version;-call_pam-1-1.patch</userinput></screen>
     149<screen><userinput>patch -Np2 -i ../exim-&exim-version;-call_pam-1.patch</userinput></screen>
     150
     151    <para>
     152      Apply a patch required for building against openssl version 3:
     153    </para>
     154
     155<screen><userinput>patch -Np2 -i ../exim-&exim-version;-openssl3_fix-1.patch</userinput></screen>
     156-->
    144157
    145158    <para>
     
    161174    </para>
    162175
    163 <screen><userinput>sed -i '/# SUPPORT_PAM=yes/s,^#,,' Local/Makefile
     176<screen role="nodump"><userinput>sed -i '/# SUPPORT_PAM=yes/s,^#,,' Local/Makefile
    164177echo "EXTRALIBS=-lpam" >> Local/Makefile
    165178</userinput></screen>
     
    226239      <application>Exim</application> that after the daemon no longer needs
    227240      <systemitem class="username">root</systemitem> privileges, the process
    228       hands off the daemon to the <systemitem
     241      needs to hand off the daemon to the <systemitem
    229242      class="username">exim</systemitem> user.
    230243    </para>
     
    292305      <filename class='extension'>.info</filename> documentation, refer to
    293306      <ulink url=
    294       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinsinfdoc"/>.
     307      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinsinfdoc"/>.
    295308    </para>
    296309
     
    300313      <option>WITH_CONTENT_SCAN=yes</option> parameter and review the
    301314      information found at <ulink url=
    302       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch45.html"/>.
     315      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch45.html"/>.
    303316    </para>
    304317
     
    306319      To use a backend database other than <application>GDBM
    307320      </application>, see the instructions at <ulink url=
    308       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.
     321      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTdb"/>.
    309322    </para>
    310323
    311324    <para>
    312325      For SSL functionality, see the instructions at <ulink url=
    313       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
     326      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECTinctlsssl"/>
    314327      and <ulink url="
    315       http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch42.html"/>.
     328      https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch42.html"/>.
    316329    </para>
    317330
     
    319332      For <application>tcpwrappers</application> functionality, see the
    320333      instructions at <ulink url=
    321       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECID27"/>.
     334      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch04.html#SECID27"/>.
    322335    </para>
    323336
     
    325338      For information about adding authentication mechanisms to the
    326339      build, see chapters 33&mdash;41 of <ulink url=
    327       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.
     340      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/index.html"/>.
    328341    </para>
    329342
     
    331344      For information about linking <application>Linux-PAM</application>,
    332345      refer to the instructions <ulink url=
    333       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html#SECTexpcond"/>.
     346      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch11.html#SECTexpcond"/>.
    334347    </para>
    335348
     
    338351      <application>Exim</application> name lookups, see the instructions at
    339352      <ulink url=
    340       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.
     353      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch09.html"/>.
    341354    </para>
    342355
     
    346359      expansion</quote> (<option>-be</option>) mode, see the information in
    347360      the <option>-be</option> section of <ulink url=
    348       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.
     361      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch05.html#id2525974"/>.
    349362    </para>
    350363
     
    354367      <filename class='directory'>/var/spool/exim/log</filename> directory. See
    355368      the information at <ulink url=
    356       "http://exim.org/exim-html-&exim-version;/doc/html/spec_html/chlog_files.html"/>.
     369      "https://exim.org/exim-html-&exim-version;/doc/html/spec_html/ch-log_files.html"/>.
    357370    </para>
    358371
     
    432445
    433446      <para>
    434         If you have built <application>Exim</application> with 
     447        If you have built <application>Exim</application> with
    435448        <application>Linux PAM</application> support, you need to create a
    436449        <application>PAM</application> configuration file to get it working
Note: See TracChangeset for help on using the changeset viewer.