Updated to Sendmail-8.13.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3288 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-01-16 00:10:48 +00:00
parent 2ce558b14e
commit 22073e8195
4 changed files with 17 additions and 8 deletions

View File

@ -239,7 +239,7 @@
<!-- Part VI -->
<!-- Chapter 21 -->
<!ENTITY postfix-version "2.1.5">
<!ENTITY sendmail-version "8.13.2">
<!ENTITY sendmail-version "8.13.3">
<!ENTITY exim-version "4.43">
<!ENTITY qpopper-version "4.0.5">
<!ENTITY courier-version "0.45.5">

View File

@ -22,8 +22,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>January 15th, 2005 [randy]: Updated to
Doxygen-1.4.1.</para></listitem>
<listitem><para>January 15th, 2005 [randy]: Updated to Doxygen-1.4.1 and
Sendmail-8.13.3.</para></listitem>
<listitem><para>January 13th, 2005 [bdubbs]: Fixed sed command
in tripwire.</para></listitem>

View File

@ -167,7 +167,7 @@ init script included in the
<seg>saslauthd, sasldblistusers2 and saslpasswd2</seg>
<seg>libjavasasl.so, libsasl2.so and <acronym>SASL</acronym> plugins/JAVA
classes</seg>
<seg>/usr/lib/sasl2, /usr/share/doc/sasl and /var/lib/sasl</seg>
<seg>/usr/include/sasl, /usr/lib/sasl2, /usr/share/doc/sasl and /var/lib/sasl</seg>
</seglistitem>
</segmentedlist>

View File

@ -7,8 +7,8 @@
<!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
<!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz">
<!ENTITY sendmail-size "1.9 MB">
<!ENTITY sendmail-buildsize "18.6 MB">
<!ENTITY sendmail-time "0.34 SBU">
<!ENTITY sendmail-buildsize "18.8 MB">
<!ENTITY sendmail-time "0.38 SBU">
]>
<sect1 id="sendmail-package" xreflabel="Sendmail-&sendmail-version;">
@ -87,8 +87,8 @@ cd sendmail &amp;&amp;
sh Build &amp;&amp;
cd ../cf/cf &amp;&amp;
cp generic-linux.mc sendmail.mc &amp;&amp;
mkdir /etc/mail &amp;&amp;
sh Build sendmail.cf &amp;&amp;
mkdir /etc/mail &amp;&amp;
sh Build install-cf &amp;&amp;
cd ../../ &amp;&amp;
sh Build install &amp;&amp;
@ -105,7 +105,16 @@ install -m444 vacation/vacation.1 /usr/share/man/man1</command></userinput></s
<para><emphasis>Note:</emphasis> See the source tree
<filename>sendmail/README</filename> file for information on linking optional
packages into the build.</para>
packages into the build. Use the example below, which adds support for
<application>tcpwrappers</application>, <acronym>SASL</acronym> and
Start<acronym>TLS</acronym> as a starting point. Of course, modify it to suit
your particular needs.</para>
<screen><userinput><command>cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"</command>
APPENDDEF(`confENVDEF',`-DSTARTTLS -DTCPWRAPPERS -DSASL')
APPENDDEF(`confLIBS', `-lssl -lcrypto -lwrap -lsasl2')
APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')
<command>EOF</command></userinput></screen>
<para>Install the <application>Sendmail</application> Installation and
Operations Guide with the following commands:</para>