mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
2ce558b14e
commit
22073e8195
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 &&
|
||||
sh Build &&
|
||||
cd ../cf/cf &&
|
||||
cp generic-linux.mc sendmail.mc &&
|
||||
mkdir /etc/mail &&
|
||||
sh Build sendmail.cf &&
|
||||
mkdir /etc/mail &&
|
||||
sh Build install-cf &&
|
||||
cd ../../ &&
|
||||
sh Build install &&
|
||||
@ -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 >> devtools/Site/site.config.m4 << "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>
|
||||
|
Loading…
Reference in New Issue
Block a user