mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Corrected xinetd.conf entry errors.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1438 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
44e8a64401
commit
94e259f403
@ -20,7 +20,7 @@ entry to <filename>/etc/xinetd.conf</filename>: </para>
|
||||
service smtp
|
||||
{
|
||||
disable = no
|
||||
identifier = smtp-local
|
||||
id = smtp-local
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
wait = no
|
||||
@ -29,7 +29,7 @@ service smtp
|
||||
server_args = /var/qmail/bin/qmail-smtpd
|
||||
env = RELAYCLIENT=
|
||||
only_from = 127.0.0.1
|
||||
log_on_failture += USERID
|
||||
log_on_failure += USERID
|
||||
}
|
||||
<command>EOF</command></userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user