Changeset fb33bddb for server


Ignore:
Timestamp:
12/25/2005 10:57:57 PM (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:
363ecc97
Parents:
030d7a0f
Message:

Updated to Sendmail-8.13.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/sendmail.xml

    r030d7a0f rfb33bddb  
    55  %general-entities;
    66
    7   <!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
    87  <!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz">
    9   <!ENTITY sendmail-md5sum "61e336750b48b01abaa69b4d7c9473b5">
    10   <!ENTITY sendmail-size "1.9 MB">
    11   <!ENTITY sendmail-buildsize "19.3 MB">
    12   <!ENTITY sendmail-time "0.43 SBU">
     8  <!ENTITY sendmail-download-ftp  "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
     9  <!ENTITY sendmail-md5sum        "f4550d8dcc55771f4a81e999c7d6df20">
     10  <!ENTITY sendmail-size          "1.9 MB">
     11  <!ENTITY sendmail-buildsize     "19.4 MB">
     12  <!ENTITY sendmail-time          "0.5 SBU">
    1313]>
    1414
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="db"/> and <xref linkend="procmail"/></para>
     64    <para role="required"><xref linkend="db"/> and
     65    <xref linkend="procmail"/></para>
    6566
    6667    <bridgehead renderas="sect4">Optional</bridgehead>
     
    6970    <xref linkend="tcpwrappers"/>,
    7071    <xref linkend="cyrus-sasl"/>,
    71     <ulink url="http://www-dev.cites.uiuc.edu/ph/nph/">nph</ulink>, and
     72    <ulink url="http://www.feep.net/nph/">nph</ulink>, and
    7273    <xref linkend="gs"/> or <xref linkend="espgs"/> (for creating
    7374    PDF documentation)</para>
     
    7980
    8081    <para>Before building <application>Sendmail</application>, create the
    81     users, groups and directories that <application>Sendmail</application>
    82     requires with the following commands issued as the
    83     <systemitem class="username">root</systemitem> user:</para>
     82    required user, group and directory with the following commands issued as
     83    the <systemitem class="username">root</systemitem> user:</para>
    8484
    8585<screen role="root"><userinput>groupadd -g 26 smmsp &amp;&amp;
    86 groupadd -g 34 mail &amp;&amp;
    87 useradd -c "Sendmail Daemon" -g smmsp -G mail \
    88         -d /dev/null -s /bin/false -u 26 smmsp &amp;&amp;
     86useradd -c "Sendmail Daemon" -g smmsp -d /dev/null \
     87        -s /bin/false -u 26 smmsp &amp;&amp;
    8988chmod -v 1777 /var/mail &amp;&amp;
    9089install -v -m700 -d /var/spool/mqueue</userinput></screen>
     
    124123<screen role="root"><userinput>install -v -d -m755 /etc/mail &amp;&amp;
    125124sh Build install-cf &amp;&amp;
    126 cd ../../ &amp;&amp;
     125
     126cd ../.. &amp;&amp;
    127127sh Build install &amp;&amp;
     128
     129install -v -m644 cf/cf/{submit,sendmail}.mc /etc/mail &amp;&amp;
    128130cp -v -R cf/* /etc/mail &amp;&amp;
    129 cp -v cf/cf/{submit,sendmail}.mc /etc/mail &amp;&amp;
     131
     132install -v -m755 -d /usr/share/doc/sendmail-&sendmail-version;/{cf,sendmail} &amp;&amp;
     133install -v -m644 \
     134        CACerts FAQ KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \
     135        /usr/share/doc/sendmail-&sendmail-version; &amp;&amp;
     136install -v -m644 sendmail/{README,SECURITY,TRACEFLAGS,TUNING} \
     137        /usr/share/doc/sendmail-&sendmail-version;/sendmail &amp;&amp;
     138install -v -m644 cf/README /usr/share/doc/sendmail-&sendmail-version;/cf &amp;&amp;
     139
    130140for manpage in sendmail editmap mailstats makemap praliases smrsh
    131141do
     
    141151
    142152<screen><userinput>cd doc/op &amp;&amp;
    143 sed -i -e 's/groff/GROFF_NO_SGR=1 groff/' Makefile &amp;&amp;
     153sed -i 's/groff/GROFF_NO_SGR=1 groff/' Makefile &amp;&amp;
    144154make op.txt op.pdf</userinput></screen>
    145155
     
    147157
    148158<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/sendmail-&sendmail-version; &amp;&amp;
    149 install -v -m644 op.ps op.txt op.pdf \
    150     /usr/share/doc/sendmail-&sendmail-version; &amp;&amp;
    151 cd ../../</userinput></screen>
     159install -v -m644 op.ps op.txt op.pdf /usr/share/doc/sendmail-&sendmail-version; &amp;&amp;
     160cd ../..</userinput></screen>
    152161
    153162    <para><emphasis>Note:</emphasis> remove <filename>op.pdf</filename> from
     
    166175    sh Build install</command>: <application>Sendmail</application> uses an
    167176    <application>m4</application> based build script to create the various
    168     <filename>Makefile</filename>'s. These commands build and install the
     177    <filename>Makefile</filename>s. These commands build and install the
    169178    package.</para>
    170179
     
    208217      <para><application>Sendmail</application>'s primary configuration file,
    209218      <filename>/etc/mail/sendmail.cf</filename>, is complex and not meant to be
    210       directly edited. The recommended method to make changes is to modify
    211       <filename>/etc/mail/sendmail.mc</filename>, and various
     219      directly edited. The recommended method for changing it is to modify
     220      <filename>/etc/mail/sendmail.mc</filename> and various
    212221      <application>m4</application> files, then run the <command>m4</command>
    213       macro processor from within <filename class='directory'>/etc/mail</filename>
    214       as follows:</para>
     222      macro processor from within
     223      <filename class='directory'>/etc/mail</filename> as follows:</para>
    215224
    216225<screen role="root"><userinput>m4 m4/cf.m4 sendmail.mc > sendmail.cf</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.