Changeset 8f400dc


Ignore:
Timestamp:
04/11/2005 03:39:51 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
def6cb42
Parents:
9519b52
Message:

Updated to Sendmail-8.13.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9519b52 r8f400dc  
    241241<!-- Chapter 21 -->                 
    242242<!ENTITY postfix-version              "2.1.5">
    243 <!ENTITY sendmail-version             "8.13.3">
     243<!ENTITY sendmail-version             "8.13.4">
    244244<!ENTITY exim-version                 "4.43">
    245245<!ENTITY qpopper-version              "4.0.5">
  • introduction/welcome/changelog.xml

    r9519b52 r8f400dc  
    2323<itemizedlist>
    2424
    25 <listitem><para>April 10th, 2005 [randy]: Updated to
    26 NASM-0.98.39.</para></listitem>
     25<listitem><para>April 10th, 2005 [randy]: Updated to NASM-0.98.39 and
     26Sendmail-8.13.4.</para></listitem>
    2727
    2828<listitem><para>April 10th, 2005 [igor]: Updated to libIDL-0.8.5 and
  • server/mail/sendmail.xml

    r9519b52 r8f400dc  
    77<!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
    88<!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz">
    9 <!ENTITY sendmail-md5sum "2809fbf9c8b067947b650d0128928d05">
     9<!ENTITY sendmail-md5sum "61e336750b48b01abaa69b4d7c9473b5">
    1010<!ENTITY sendmail-size "1.9 MB">
    11 <!ENTITY sendmail-buildsize "18.8 MB">
    12 <!ENTITY sendmail-time "0.38 SBU">
     11<!ENTITY sendmail-buildsize "19.3 MB">
     12<!ENTITY sendmail-time "0.43 SBU">
    1313]>
    1414
     
    5353<xref linkend="openldap"/>,
    5454<xref linkend="tcpwrappers"/>,
    55 <xref linkend="pcre"/>,
    5655<xref linkend="cyrus-sasl"/>,
    5756<ulink url="http://www-dev.cites.uiuc.edu/ph/nph/">nph</ulink>, and
     
    7271<screen><userinput role='root'><command>groupadd smmsp &amp;&amp;
    7372groupadd mail &amp;&amp;
    74 useradd -c "Sendmail Daemon" -g smmsp -G mail smmsp &amp;&amp;
    75 chmod 1777 /var/mail &amp;&amp;
    76 mkdir /var/spool/mqueue</command></userinput></screen>
     73useradd -c "Sendmail Daemon" -g smmsp -G mail \
     74        -d /dev/null -s /bin/false smmsp &amp;&amp;
     75chmod -v 1777 /var/mail &amp;&amp;
     76install -v -m700 -d /var/spool/mqueue</command></userinput></screen>
    7777
    7878<para><emphasis>Note:</emphasis> See the source tree
     
    228228purgestat, sendmail, smrsh and vacation</seg>
    229229<seg>None</seg>
    230 <seg>/etc/mail and /usr/share/doc/sendmail-&sendmail-version;</seg>
     230<seg>/etc/mail, /usr/share/doc/sendmail-&sendmail-version;, /var/spool/mqueue
     231and /var/spool/clientmqueue</seg>
    231232</seglistitem>
    232233</segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.