comsat sandbox prevents biff/comsat from being able to print partial
mailbox contents. comsat instead simply prints that new mail is available. Add appropriate comment to inetd.conf but leave comsat in sandbox.
This commit is contained in:
parent
8a9fb0b46d
commit
557d938d62
@ -1,4 +1,4 @@
|
||||
# $Id: inetd.conf,v 1.31 1998/11/04 19:42:35 phk Exp $
|
||||
# $Id: inetd.conf,v 1.32 1998/12/01 21:19:49 dillon Exp $
|
||||
#
|
||||
# Internet server configuration database
|
||||
#
|
||||
@ -12,6 +12,8 @@ finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
|
||||
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
|
||||
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
|
||||
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
|
||||
# run comsat as root to be able to print partial mailbox contents w/ biff,
|
||||
# or use the safer tty:tty to just print that new mail has been received.
|
||||
comsat dgram udp wait tty:tty /usr/libexec/comsat comsat
|
||||
ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
|
||||
#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftpboot
|
||||
|
Loading…
x
Reference in New Issue
Block a user