mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
applied sendmail patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@163 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
aaba28e9c1
commit
c3232bb8a0
@ -11,7 +11,7 @@ page in Chapter 1 for details on who wrote what.</para>
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem><para>August 27th, 2002 [larry]: Server: added
|
<listitem><para>August 27th, 2002 [larry]: Server: added
|
||||||
qpopper-4.0.4.</para></listitem>
|
qpopper-4.0.4. Applied submitted patch for sendmail.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>August 27th, 2002 [larry]: Cleaned up reference to gnome
|
<listitem><para>August 27th, 2002 [larry]: Cleaned up reference to gnome
|
||||||
in package dependencies, removed chain dependencies (usually zlib, if
|
in package dependencies, removed chain dependencies (usually zlib, if
|
||||||
|
@ -13,7 +13,7 @@ echo `hostname` > /etc/mail/local-host-names
|
|||||||
cat > /etc/mail/aliases << "EOF"
|
cat > /etc/mail/aliases << "EOF"
|
||||||
postmaster: root
|
postmaster: root
|
||||||
MAILER-DAEMON: root
|
MAILER-DAEMON: root
|
||||||
EOF &&
|
EOF
|
||||||
cd /etc/mail &&
|
cd /etc/mail &&
|
||||||
cp -R /usr/src/sendmail-8.12.5/cf/* . &&
|
cp -R /usr/src/sendmail-8.12.5/cf/* . &&
|
||||||
cp -R /usr/src/sendmail-8.12.5/cf/cf/submit.mc . &&
|
cp -R /usr/src/sendmail-8.12.5/cf/cf/submit.mc . &&
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to sendmail</title>
|
<title>Introduction to sendmail</title>
|
||||||
|
|
||||||
<screen>Download location (HTTP): <ulink url="&sendmail-download-http;"/>
|
<screen>
|
||||||
Download location (FTP): <ulink url="&sendmail-download-ftp;"/>
|
Download location (FTP): <ulink url="&sendmail-download-ftp;"/>
|
||||||
Version used: &sendmail-version;
|
Version used: &sendmail-version;
|
||||||
Package size: &sendmail-size;
|
Package size: &sendmail-size;
|
||||||
Estimated Disk space required: &sendmail-buildsize;</screen>
|
Estimated Disk space required: &sendmail-buildsize;</screen>
|
||||||
|
|
||||||
<para>The sendmail package contains a Mail Transport Agent
|
<para>The sendmail package contains a Mail Transport Agent
|
||||||
(MTA).</para>
|
(MTA). </para>
|
||||||
|
|
||||||
|
|
||||||
<screen>sendmail depends on:
|
<screen>sendmail depends on:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<!ENTITY sendmail-desc SYSTEM "sendmail-desc.xml">
|
<!ENTITY sendmail-desc SYSTEM "sendmail-desc.xml">
|
||||||
<!ENTITY sendmail-config SYSTEM "sendmail-config.xml">
|
<!ENTITY sendmail-config SYSTEM "sendmail-config.xml">
|
||||||
<!ENTITY sendmail-buildsize "12 MB">
|
<!ENTITY sendmail-buildsize "12 MB">
|
||||||
<!ENTITY sendmail-version "8.12.5">
|
<!ENTITY sendmail-version "8.12.6">
|
||||||
<!ENTITY sendmail-download-http "">
|
<!ENTITY sendmail-download-ftp
|
||||||
<!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.12.5.tar.gz">
|
"ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.12.6.tar.gz">
|
||||||
<!ENTITY sendmail-size "1.8 MB">
|
<!ENTITY sendmail-size "1.8 MB">
|
||||||
|
Loading…
Reference in New Issue
Block a user