summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1998-12-01 22:01:59 +0000
committerdillon <dillon@FreeBSD.org>1998-12-01 22:01:59 +0000
commit557d938d623b77331ee8b40dc2511670babb33d3 (patch)
treef54bb2876abcaf83af6e56ec87be92244bef5f85
parent8a9fb0b46d87471be2238baf9baabaada67a71c3 (diff)
downloadFreeBSD-src-557d938d623b77331ee8b40dc2511670babb33d3.zip
FreeBSD-src-557d938d623b77331ee8b40dc2511670babb33d3.tar.gz
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.
-rw-r--r--etc/inetd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 899df7a..c9accd7 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
OpenPOWER on IntegriCloud