From 822ef72a9dd66be8be40fba5f99d5216dd1c0802 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 1 Dec 1998 22:01:59 +0000 Subject: [PATCH] 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. --- etc/inetd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index 899df7aee956..c9accd720cf7 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -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