mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
updated to postfix-2.0.0.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@537 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
53dd5af77b
commit
0566707ba1
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>December 26th, 2002 [larry]: Server: Updated to
|
||||
postfix-2.0.0.1.</para></listitem>
|
||||
|
||||
<listitem><para>December 26th, 2002 [larry]: X: Updated to
|
||||
fluxbox-0.1.14.</para></listitem>
|
||||
|
||||
|
@ -25,9 +25,7 @@ hostname. The master.cf needs to be modified to prevent your machine from
|
||||
becoming a relay for unauthorized entities. All of these edits can be done
|
||||
with sed commands entered into the console with appropriate substitutions of
|
||||
your non-root login name for [user] and your fully qualified hostname for
|
||||
[localhost.localdomain]. These edits will create a single host mail system,
|
||||
other edits are necessary to perform the many other functions available.
|
||||
You will find the main.cf file is self documenting, so load it into your editor to make the changes you need for your situation.</para>
|
||||
[localhost.localdomain]. You will find the main.cf file is self documenting, so load it into your editor to make the changes you need for your situation.</para>
|
||||
|
||||
<para><screen><userinput>cp /etc/aliases /etc/aliases.bak
|
||||
cp /etc/postfix/main.cf /etc/postfix/main.cf.bak
|
||||
@ -36,8 +34,6 @@ sed "s/LOGIN/[user]/" /etc/aliases.bak > /etc/aliases
|
||||
sed "s/#myhostname = host.domain.tld/myhostname = \
|
||||
[localhost.localdomain]/" \
|
||||
/etc/postfix/main.cf.bak > /etc/postfix/main.cf
|
||||
sed '/^smtp.*smtpd$/s/inet/unix/' /etc/postfix/master.cf.bak > \
|
||||
/etc/postfix/master.cf
|
||||
/usr/bin/newaliases
|
||||
/usr/sbin/postfix start</userinput></screen></para></sect3>
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
<!ENTITY postfix-inst SYSTEM "postfix-inst.xml">
|
||||
<!ENTITY postfix-desc SYSTEM "postfix-desc.xml">
|
||||
<!ENTITY postfix-config SYSTEM "postfix-config.xml">
|
||||
<!ENTITY postfix-buildsize "36.6 MB">
|
||||
<!ENTITY postfix-version "1.1.12">
|
||||
<!ENTITY postfix-buildsize "66.5 MB">
|
||||
<!ENTITY postfix-version "2.0.0.1">
|
||||
<!ENTITY postfix-download-http "">
|
||||
<!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-1.1.12.tar.gz">
|
||||
<!ENTITY postfix-size "1.2 MB">
|
||||
<!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.0.0.1.tar.gz">
|
||||
<!ENTITY postfix-size "1.3 MB">
|
||||
|
Loading…
Reference in New Issue
Block a user