mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
General xml cleanup, <<'s, etc.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@434 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
24cec1c5ac
commit
896104b161
@ -7,7 +7,7 @@
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
<para><screen><userinput>cat > /etc/aliases << "EOF"</userinput>
|
||||
<para><screen><userinput>cat > /etc/aliases << "EOF"</userinput>
|
||||
# Begin /etc/aliases
|
||||
|
||||
MAILER-DAEMON: postmaster
|
||||
|
@ -55,7 +55,7 @@ case "$1" in
|
||||
|
||||
start)
|
||||
echo "Starting Qmail..."
|
||||
/var/qmail/rc &
|
||||
/var/qmail/rc &
|
||||
;;
|
||||
|
||||
stop)
|
||||
|
@ -10,7 +10,7 @@
|
||||
<sect3><title>Configuring sendmail</title>
|
||||
<para><screen><userinput>
|
||||
echo `hostname` > /etc/mail/local-host-names
|
||||
cat > /etc/mail/aliases << "EOF"
|
||||
cat > /etc/mail/aliases << "EOF"
|
||||
postmaster: root
|
||||
MAILER-DAEMON: root
|
||||
EOF
|
||||
|
@ -15,7 +15,7 @@ mkdir /var/spool/mqueue
|
||||
<para>Install sendmail with the following commands:</para>
|
||||
|
||||
<para><screen><userinput>
|
||||
cat > devtools/Site/site.config.m4 << "EOF"
|
||||
cat > devtools/Site/site.config.m4 << "EOF"
|
||||
define(`confMANGRP',`root')
|
||||
define(`confMANOWN',`root')
|
||||
define(`confSBINGRP',`root')
|
||||
|
Loading…
Reference in New Issue
Block a user